ffreemt commited on
Commit
6dac806
1 Parent(s): df907ec

Update RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo $TZ > /etc/timezone in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
  FROM node:18-bullseye-slim
 
 
2
  WORKDIR /app
3
  COPY . .
4
  RUN chown -R 1000:1000 /app
 
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 . .
6
  RUN chown -R 1000:1000 /app