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

This commit is contained in:
2024-08-03 17:38:43 +02:00
parent d51e19e400
commit fea36cf756
+1 -2
View File
@@ -22,6 +22,5 @@ RUN npm install
# Bundle app source
COPY . .
RUN pm2-runtime "node index.js"
EXPOSE 3000
CMD ["pm2-runtime" "index.js"]