diff --git a/compose.yaml b/compose.yaml index b7b80b2..6381629 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,4 +5,5 @@ services: command: npm run dev restart: unless-stopped volumes: - - .:/app \ No newline at end of file + - .:/app + - /app/node_modules # Avoid overwriting node_modules of main bind (.:/app) \ No newline at end of file