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-23 00:31:07 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4fa1023419
autotag
/
Dockerfile
5 lines
78 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
Update script paths
2020-04-02 00:32:38 +07:00
CMD
[
"npm"
,
"start"
]
Reference in New Issue
Copy Permalink