mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-09-08 22:24:03 +07:00
Added test assets for Docker strategy
This commit is contained in:
6
test/Dockerfile
Normal file
6
test/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM node:13-alpine
|
||||
LABEL version=1.1.0
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN cd /app && npm i
|
||||
CMD ["node", "/app/main.js"]
|
Reference in New Issue
Block a user