initial production commit

This commit is contained in:
Fred 2025-07-25 18:07:20 +00:00
parent 6f43d17ddd
commit 773b4773eb
9 changed files with 116 additions and 93 deletions

View file

@ -10,4 +10,4 @@ COPY . .
EXPOSE 80
CMD ["npm", "run", "dev"]
CMD ["npm", "run", "production"]