update db
This commit is contained in:
parent
43ad4f3370
commit
bc94ac0b54
@ -14,7 +14,7 @@ services:
|
||||
volumes:
|
||||
- .:/app # Monte le répertoire de l'hôte dans le conteneur
|
||||
working_dir: /app # Définit le répertoire de travail dans le conteneur
|
||||
command: sh -c "npm install && node app.js" # Commande pour démarrer l'application
|
||||
command: sh -c "chmod -R 777 /app && npm install && node app.js"
|
||||
|
||||
db:
|
||||
image: mysql:8.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user