feat: Add anonymous volume for /app/node_modules to the service definition.

This commit is contained in:
syntaxbullet
2025-12-14 12:36:30 +01:00
parent 7e9aa06556
commit ee2fda83e5

View File

@@ -48,6 +48,7 @@ services:
- "4983:4983"
volumes:
- .:/app
- /app/node_modules
environment:
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}