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
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 9s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user