Skip to content

Instantly share code, notes, and snippets.

@iamso1
Created October 11, 2018 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamso1/c0fa6d98b09043a0fcece753012b6a6f to your computer and use it in GitHub Desktop.
Save iamso1/c0fa6d98b09043a0fcece753012b6a6f to your computer and use it in GitHub Desktop.
dockerfile practice
FROM node:lastest
COPY ./release /app
WORKDIR /app
ENTRYPOINT node app.js
@iamso1
Copy link
Author

iamso1 commented Oct 12, 2018

docker save -o ${filename}.tar ${image} {version}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment