mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-10 11:36:06 +08:00
update readme and dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user