diff --git a/Dockerfile b/Dockerfile index a5ff17d..142d6a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ WORKDIR /app COPY /server . #COPY --from=builder /app/server . COPY .env . -COPY ./front ./front +#COPY ./front ./front ENV TZ=Asia/Shanghai