Last active
April 3, 2016 13:07
-
-
Save mushfiq/00542ca1f342a27e87ad to your computer and use it in GitHub Desktop.
Docker file to run Golang based REST API.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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