This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
container-toolkit-action
Watch
1
Star
0
Fork
0
You've already forked container-toolkit-action
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0e2f28d731a786e619f7e557e820f2ef0acdb13e
container-toolkit-action
/
Dockerfile
8 lines
92 B
Docker
Raw
Normal View
History
Unescape
Escape
Add toolkit example to container (#1) * Add toolkit * Remove entrypoint * Use a node container * Debug * Temporarily remove package-lock.json for local dependencies * Clean up * Get logging working * Use entrypoint * Debug * Debug * Just print repo name
2019-08-02 09:09:37 -04:00
FROM
node:slim
Initial commit
2019-08-01 18:04:11 +00:00
Add toolkit example to container (#1) * Add toolkit * Remove entrypoint * Use a node container * Debug * Temporarily remove package-lock.json for local dependencies * Clean up * Get logging working * Use entrypoint * Debug * Debug * Just print repo name
2019-08-02 09:09:37 -04:00
COPY
. .
Initial commit
2019-08-01 18:04:11 +00:00
Add toolkit example to container (#1) * Add toolkit * Remove entrypoint * Use a node container * Debug * Temporarily remove package-lock.json for local dependencies * Clean up * Get logging working * Use entrypoint * Debug * Debug * Just print repo name
2019-08-02 09:09:37 -04:00
RUN
npm install --production
Removing extra labels (#2)
2019-08-02 11:37:40 -05:00
ENTRYPOINT
[
"node"
,
"/lib/main.js"
]
Reference in New Issue
Copy Permalink