Fix start commande

This commit is contained in:
mahek 2025-07-25 17:43:09 +02:00
parent a632eacb0b
commit 84dabd714c
2 changed files with 4 additions and 4 deletions

View file

@ -7,5 +7,5 @@ USER root
# Expose port 8012
EXPOSE 8012
# Start the application
CMD ["npm", "run", "serve"]
# Install dependencies and start the application
CMD ["sh", "-c", "npm install && npm run serve"]