This commit is contained in:
George Shammas
2015-05-15 17:28:44 -04:00
parent 385a1fc5b4
commit ba2b86deb9
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1 @@
FROM golang:1.4-onbuild
COPY . /usr/src/app
RUN go get -d -v
RUN go install -v