This website requires JavaScript.
Explore
Help
Sign In
actions
/
first-interaction
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b01f95e46968766d9daee3f385dd7867626ebe67
first-interaction
/
Dockerfile
T
8 lines
92 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-08-02 17:15:36 +00:00
FROM
node:slim
COPY
. .
RUN
npm install --production
ENTRYPOINT
[
"node"
,
"/lib/main.js"
]
Reference in New Issue
Copy Permalink