From 4d7c5dd1644e2428551846ed04cd9444a278b669 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sat, 13 Sep 2025 23:56:41 +0200 Subject: [PATCH] fix npm install deploy --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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