Skip to content

Instantly share code, notes, and snippets.

@mushfiq
Last active April 3, 2016 13: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 mushfiq/00542ca1f342a27e87ad to your computer and use it in GitHub Desktop.
Save mushfiq/00542ca1f342a27e87ad to your computer and use it in GitHub Desktop.
Docker file to run Golang based REST API.
FROM scratch
MAINTAINER Mushfiq
ADD https://gist.github.com/257c227b9ed0586b216e5f25f3f7e588.git main /
ENTRYPOINT ["/main"]
EXPOSE 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment