Skip to content

Instantly share code, notes, and snippets.

@huawww
Created October 13, 2016 07:56
Show Gist options
  • Save huawww/ac6dcae4c963fa644b4216d099986153 to your computer and use it in GitHub Desktop.
Save huawww/ac6dcae4c963fa644b4216d099986153 to your computer and use it in GitHub Desktop.
docker file example
FROM busybox
ADD . /
CMD ["/IfcHandler"]
EXPOSE 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment