ffreemt commited on
Commit
32255e9
1 Parent(s): 89e5382

Update ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM node:18-bullseye-slim
2
- RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo $TZ > /etc/timezone
3
 
4
  WORKDIR /app
5
  COPY . .
 
1
  FROM node:18-bullseye-slim
2
+ RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
3
 
4
  WORKDIR /app
5
  COPY . .