chore: Remove unused ENTRYPOINT command in Dockerfile
Build and Push Docker Images / build-and-push (push) Successful in 17s

This commit is contained in:
2024-08-03 17:46:59 +02:00
parent a338110c59
commit 4bca73abdd
+1 -2
View File
@@ -22,5 +22,4 @@ RUN npm install
# Bundle app source
COPY . .
EXPOSE 3000
ENTRYPOINT ["pm2-runtime", "index.js"]
EXPOSE 3000