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-13 03:41:06 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d156584cf4
autotag
/
Dockerfile
5 lines
85 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
Use entrypoint instead of cmd in dockerfile
2020-04-02 00:36:13 +07:00
ENTRYPOINT
[
"npm"
,
"start"
]
Reference in New Issue
Copy Permalink