mirror of
https://github.com/arthur-pbty/syncfilm.git
synced 2026-06-03 23:36:38 +02:00
fix npm install deploy
This commit is contained in:
+1
-1
@@ -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"
|
||||
Reference in New Issue
Block a user