docker dev image

pull/49/head
Hunter Long 2018-08-17 17:38:22 -07:00
parent d39b700d3f
commit 16c6b601a7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ ENV IS_DOCKER=true
WORKDIR $GOPATH/src/github.com/hunterlong/statup
COPY . .
RUN ls
RUN make dev-deps && make install
EXPOSE 8080