feat: dockerfile

This commit is contained in:
wolter 2024-12-06 09:29:15 +08:00
parent 1d3288acca
commit a03d0947a5
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ WORKDIR /app
COPY /server .
#COPY --from=builder /app/server .
COPY .env .
COPY ./front ./front
ENV TZ=Asia/Shanghai