mirror of https://github.com/statping/statping
docker dev image
parent
d39b700d3f
commit
16c6b601a7
|
@ -13,6 +13,7 @@ ENV IS_DOCKER=true
|
||||||
|
|
||||||
WORKDIR $GOPATH/src/github.com/hunterlong/statup
|
WORKDIR $GOPATH/src/github.com/hunterlong/statup
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN ls
|
||||||
|
|
||||||
RUN make dev-deps && make install
|
RUN make dev-deps && make install
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in New Issue