fix(Dockerfile): Corriger la commande de démarrage pour utiliser server.js au lieu de backend.config.js
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 9s

This commit is contained in:
2025-04-27 01:09:34 +02:00
parent 4513af3aa0
commit d8b2cf63a3

View File

@@ -21,4 +21,4 @@ COPY . .
EXPOSE 3000
# Commande pour démarrer l'application avec PM2
CMD ["pm2-runtime", "start", "backend.config.js"]
CMD ["pm2-runtime", "start", "server.js"]