diff --git a/docker-compose.yml b/docker-compose.yml index 53b94b8..c37a291 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,4 +14,4 @@ services: - STATIC_FILES_PATH=${STATIC_FILES_PATH:-public} volumes: - .:/app # Mount the current directory to the container - command: npm start \ No newline at end of file + command: sh -c "npm install && npm start" \ No newline at end of file