Guest User

Untitled

a guest
Jul 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. FROM mhart/alpine-node:base-8
  2. COPY * /run/
  3. EXPOSE 8080
  4. CMD ["node", "/run/app.js"]
Add Comment
Please, Sign In to add comment