This website requires JavaScript.
Explore
Help
Sign In
xobs
/
revealjs-sync
Watch
1
Star
0
Fork
0
You've already forked revealjs-sync
Code
Issues
Pull Requests
Releases
Wiki
Activity
cbb1922519
revealjs-sync
/
Dockerfile
9 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
docker: add minimum Dockerfile Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-12 05:53:46 +00:00
FROM
node:8
Dockerfile: don't run as root Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-12 08:07:07 +00:00
COPY
--chown
=
node . /img
USER
node
docker: add minimum Dockerfile Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-12 05:53:46 +00:00
WORKDIR
/img
RUN
npm i
EXPOSE
9119
CMD
node index.js
Reference in New Issue
Copy Permalink