Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created October 23, 2015 00:38
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 lopezjurip/61bf9aa88fa3a740baef to your computer and use it in GitHub Desktop.
Save lopezjurip/61bf9aa88fa3a740baef to your computer and use it in GitHub Desktop.
[Go + Godeps] Dockerfile
web:
restart: always
build: .
ports:
- "80:8000"
FROM golang:onbuild
RUN go get github.com/tools/godep
EXPOSE 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment