mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-03-11 23:19:23 +07:00
Use entrypoint instead of cmd in dockerfile
This commit is contained in:
parent
4fa1023419
commit
d156584cf4
@ -2,4 +2,4 @@ FROM node:13-alpine
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN npm i
|
||||
CMD ["npm", "start"]
|
||||
ENTRYPOINT ["npm", "start"]
|
Loading…
x
Reference in New Issue
Block a user