Browse Source

只有一个项目

luoyangwei 1 year ago
parent
commit
8c2d24d1d5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -10,8 +10,6 @@ ENV TZ=${TZ}
 # COPY /etc/ssl/certs/ca-bundle.pem /etc/ssl/cert.pem
 COPY . .
 
-WORKDIR /${NAME}
-
 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
 RUN apk add tzdata
 RUN cp /usr/share/zoneinfo/${TZ} /etc/localtime