0
0

Hckrnws: updated Dockerfile
All checks were successful
hckrnws / build (push) Successful in 1m18s

This commit is contained in:
Opnxng 2024-10-13 01:38:52 +08:00
parent cde5f98bd8
commit 15e1fea414

View File

@ -19,5 +19,5 @@ COPY . .
# Expose the port
EXPOSE 3000
# Command to run the application
CMD ["pnpm", "run", "dev"]
# Command to run the application in production
CMD ["pnpm", "run", "start"]