chore: Update Dockerfile to use pm2-runtime for running the application
Build and Push Docker Images / build-and-push (push) Successful in 18s
Build and Push Docker Images / build-and-push (push) Successful in 18s
This commit is contained in:
@@ -23,4 +23,4 @@ RUN npm install
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["pm2-runtime" "index.js"]
|
CMD "pm2-runtime" "index.js"
|
||||||
Reference in New Issue
Block a user