update readme and dockerfile

This commit is contained in:
Victor Vrantchan
2016-05-18 09:51:18 -04:00
parent f980bf1658
commit 0c124a96a7
6 changed files with 42 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ RUN mkdir -p /go/src/github.com/micromdm/micromdm/
WORKDIR /go/src/github.com/micromdm/micromdm/
COPY . /go/src/github.com/micromdm/micromdm/
#RUN glide install
RUN glide install
RUN GOGC=500 go build && mv micromdm /
CMD ["/micromdm"]