diff --git a/Dockerfile b/Dockerfile index d7a5fbc..5784d15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ COPY package*.json ./ # Installer les dépendances Node.js RUN npm install +RUN npm install -g pm2 # Copier le reste de l'application COPY . .