mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 00:01:08 +07:00
Update build
This commit is contained in:
parent
bf8c9fecbe
commit
911fd23dec
@ -1,5 +1,5 @@
|
||||
FROM node:13-alpine
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN npm i
|
||||
RUN cd /app && npm i
|
||||
ENTRYPOINT ["node", "/app/main.js"]
|
Loading…
Reference in New Issue
Block a user