Skip to content

Commit

Permalink
Update download url
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Jun 18, 2020
1 parent de80d4f commit 0141aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 0141aba

Please sign in to comment.