Dockerfile 修改

This commit is contained in:
wuchao 2024-11-28 10:21:56 +08:00
parent 51bcc0fa04
commit ab696c280e
1 changed files with 1 additions and 1 deletions

View File

@ -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