update pour test

This commit is contained in:
cangui 2024-10-10 19:08:57 +02:00
parent cf15cfa2e9
commit 38636173a7

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: