feat: 完善部署。

This commit is contained in:
2022-10-09 13:16:25 +08:00
parent 0340f28993
commit 92590e849d
2 changed files with 1 additions and 56 deletions

View File

@@ -12,4 +12,4 @@ FROM node:16-alpine as release
WORKDIR /app
COPY --from=base /app ./
EXPOSE 80
CMD npm serve -p 80
CMD npm run serve -p 80