diff --git a/docker-compose.yml b/docker-compose.yml index 03e7b42..4908840 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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