mirror of https://github.com/status-im/migrate.git
Reduce docker image size by removing unnecessary chown
https://github.com/moby/moby/issues/5505
This commit is contained in:
parent
3872c8f41d
commit
75f0aade0d
|
@ -25,7 +25,6 @@ FROM alpine:3.7
|
|||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
COPY --from=downloader /go/src/github.com/golang-migrate/migrate/build/migrate.linux-386 /migrate
|
||||
RUN chmod u+x /migrate
|
||||
|
||||
ENTRYPOINT ["/migrate"]
|
||||
CMD ["--help"]
|
||||
|
|
Loading…
Reference in New Issue