Skip to content

Commit

Permalink
copy flyctl from base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt committed Feb 2, 2022
1 parent ec4d27a commit e8b31c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM flyio/flyctl:latest
FROM flyio/flyctl:latest as flyctl
FROM alpine

COPY --from=flyctl /flyctl /usr/local/bin/

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit e8b31c7

Please sign in to comment.