mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-07-24 07:59:04 +07:00
Attempting to force a rebuild of the Docker container
This commit is contained in:
@ -2,4 +2,4 @@ FROM node:13-alpine
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN cd /app && npm i
|
||||
ENTRYPOINT ["node", "/app/main.js"]
|
||||
CMD ["node", "/app/main.js"]
|
Reference in New Issue
Block a user