Skip to content

Instantly share code, notes, and snippets.

@utkarshmani1997
Created August 31, 2017 06:53
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 utkarshmani1997/9a97b1c79518752dec510fd5a3ae7160 to your computer and use it in GitHub Desktop.
Save utkarshmani1997/9a97b1c79518752dec510fd5a3ae7160 to your computer and use it in GitHub Desktop.
FROM golang:1.7-alpine
MAINTAINER Utkarsh Mani Tripathi <utkarshmani1997@gmail.com>
ADD . /home
WORKDIR /home
CMD ["go","run","Server.go"]
EXPOSE 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment