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
View File
@@ -23,4 +23,3 @@ RUN npm install
COPY . . COPY . .
EXPOSE 3000 EXPOSE 3000
ENTRYPOINT ["pm2-runtime", "index.js"]