mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-12-19 13:31:16 +07:00
Update script paths
This commit is contained in:
@@ -2,4 +2,4 @@ FROM node:13-alpine
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN npm i
|
||||
CMD ["node", "main.js"]
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user