From 3810c867fd4a9ad996216ddcf625f0af9c98de36 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Sat, 3 Aug 2024 17:44:54 +0200 Subject: [PATCH] chore: Update Dockerfile to use pm2-runtime for running the application --- Dockers/node-web-app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockers/node-web-app/Dockerfile b/Dockers/node-web-app/Dockerfile index ef0c701..1397ca0 100644 --- a/Dockers/node-web-app/Dockerfile +++ b/Dockers/node-web-app/Dockerfile @@ -23,4 +23,4 @@ RUN npm install COPY . . EXPOSE 3000 -CMD ["pm2-runtime" "index.js"] \ No newline at end of file +CMD "pm2-runtime" "index.js" \ No newline at end of file