fix npm install deploy

This commit is contained in:
Arthur
2025-09-13 23:56:41 +02:00
parent 97246bbd7e
commit 4d7c5dd164
+1 -1
View File
@@ -14,4 +14,4 @@ services:
- STATIC_FILES_PATH=${STATIC_FILES_PATH:-public}
volumes:
- .:/app # Mount the current directory to the container
command: npm start
command: sh -c "npm install && npm start"