update pour test

This commit is contained in:
cangui 2024-10-10 19:19:42 +02:00
parent ce7ce16699
commit 0e0f4c4968

View File

@ -15,7 +15,7 @@ services:
- db
volumes:
- backend_server_app:/app # Utiliser un volume nommé explicitement
working_dir: /manga-backend-server
working_dir: /app/manga-backend-server
command: sh -c "npm install && node app.js"
db: