chore: Update Dockerfile to use pm2-runtime for running the application
Build and Push Docker Images / build-and-push (push) Successful in 18s

This commit is contained in:
2024-08-03 17:44:54 +02:00
parent fea36cf756
commit 3810c867fd
+1 -1
View File
@@ -23,4 +23,4 @@ RUN npm install
COPY . . COPY . .
EXPOSE 3000 EXPOSE 3000
CMD ["pm2-runtime" "index.js"] CMD "pm2-runtime" "index.js"