mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-09-01 02:34:03 +07:00
Updated to use new strategies with controlled Docker environment.
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM node:13-alpine
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN npm i
|
||||
CMD ["node", "main.js"]
|
Reference in New Issue
Block a user