Update download url

This commit is contained in:
Michael Dwan 2020-06-18 11:36:33 -05:00 committed by GitHub
parent de80d4f3f0
commit 0141aba3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ FROM alpine
RUN apk add --no-cache curl
RUN curl https://get.fly.io/flyctl.sh | sh
RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]