This website requires JavaScript.
Explore
Sign In
actions
/
autotag
Watch
1
Star
0
Fork
0
You've already forked autotag
mirror of
https://github.com/ButlerLogic/action-autotag.git
synced
2024-11-10 10:21:08 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cd056261ff
autotag
/
Dockerfile
5 lines
97 B
Docker
Raw
Normal View
History
Unescape
Escape
Updated to use new strategies with controlled Docker environment.
2020-04-02 00:27:19 +07:00
FROM
node:13-alpine
ADD
./app /app
WORKDIR
/app
Update build
2020-04-02 00:56:33 +07:00
RUN
cd
/app
&&
npm i
Attempting to force a rebuild of the Docker container
2020-04-02 01:04:53 +07:00
CMD
[
"node"
,
"/app/main.js"
]
Reference in New Issue
Copy Permalink