docker dev image

pull/49/head
Hunter Long 2018-08-17 19:35:39 -07:00
parent b07462734f
commit 951cba1e24
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ ADD . /go/src/github.com/hunterlong/statup
ENV VERSION=$(VERSION)
ENV IS_DOCKER=true
RUN make dev-deps && make install
RUN pwd && ls && go get ./...
EXPOSE 8080
ENTRYPOINT make run