This commit is contained in:
2023-09-11 16:16:25 +08:00
parent df3970d8b0
commit c1b84b34ba
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ RUN npm prune --prod
# move
RUN rm -rf /app \
&& mv dist /app \
&& mv certificate /app \
&& mv .env /app \
&& mv node_modules /app/ \
&& rm -rf /src