From 2c9f81975f0c782fb787391f95ce304db77e6f75 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Mon, 31 Mar 2025 10:10:44 +0200 Subject: [PATCH] =?UTF-8?q?Modifier=20la=20commande=20de=20d=C3=A9marrage?= =?UTF-8?q?=20dans=20le=20Dockerfile=20pour=20utiliser=20backend.config.js?= =?UTF-8?q?=20avec=20PM2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93d0a7c..832a2f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ COPY . . EXPOSE 3000 # Commande pour démarrer l'application avec PM2 et une politique de redémarrage -CMD ["pm2-runtime", "start", "ecosystem.config.js"] +CMD ["pm2-runtime", "start", "backend.config.js"]