diff --git a/Dockerfile b/Dockerfile index 0a181118..cad48c9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ RUN go get github.com/GeertJohan/go.rice/rice RUN go get -d -v RUN rice embed-go RUN go install + +RUN cp -r $GOPATH/src/github.com/hunterlong/statup/comm /app/ WORKDIR /app VOLUME /app