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
bf8c9fecbe
autotag
/
Dockerfile
5 lines
93 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
RUN
npm i
Updated launch command
2020-04-02 00:54:35 +07:00
ENTRYPOINT
[
"node"
,
"/app/main.js"
]
Reference in New Issue
Copy Permalink