update pour test

This commit is contained in:
cangui 2024-10-10 13:09:58 +02:00
parent 85957c4b35
commit 8477ea076a
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -11,4 +11,3 @@ fi
# Supprimer les fichiers inutiles pour l'application # Supprimer les fichiers inutiles pour l'application
rm -f Dockerfile rm -f Dockerfile
rm -f docker-compose.yml rm -f docker-compose.yml
rm -f update.sh