Skip to content

Commit

Permalink
Workaround for docker builds (#851)
Browse files Browse the repository at this point in the history
Root cause of the build issue:
 - fsnotify/fsnotify#328
  • Loading branch information
venkytv committed Mar 12, 2020
1 parent 417c601 commit 0f13af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.edge-cloud
Expand Up @@ -44,7 +44,7 @@ RUN make

# Buld the docs
WORKDIR /go/src/github.com/mobiledgex/edge-cloud-infra
RUN go get -u github.com/go-swagger/go-swagger/cmd/swagger
COPY --from=registry.mobiledgex.net:5000/mobiledgex/swagger:2020-03-12 /swagger /go/bin/swagger
RUN make doc
WORKDIR /go/src/github.com/mobiledgex/edge-cloud
RUN make doc
Expand Down

0 comments on commit 0f13af3

Please sign in to comment.