Dockerfile

This commit is contained in:
zz191500 2024-04-17 14:58:03 +08:00 committed by GitHub
parent d4b3a76bf4
commit 339de47e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,6 @@ COPY --from=BUILD_IMAGE /app/node_modules /app/node_modules
WORKDIR /app
EXPOSE 8000
EXPOSE 8001
CMD ["npm", "start"]
CMD ["npm", "start"]