docker dev

pull/49/head
Hunter Long 2018-08-18 17:57:28 -07:00
parent b38c6cb670
commit 2f29691f86
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 pwd && ls && go get ./...
RUN make dev-deps
EXPOSE 8080
ENTRYPOINT make run