1
0
Fork 0

Update Dockerfile

master
Ambrose Chua 2018-09-17 11:41:25 +08:00 committed by GitHub
parent 73b368f405
commit 4af8ba33ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ FROM scratch
WORKDIR /
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=build /migrate /usr/local/bin/migrate
COPY --from=build /migrate /migrate
ENTRYPOINT ["/usr/local/bin/migrate"]
ENTRYPOINT ["/migrate"]