Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Baumanar committed Oct 11, 2021
2 parents c36137c + eea81e7 commit 04d1f6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile.github-actions
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ FROM alpine:3.13

RUN apk add --no-cache ca-certificates

COPY migrate /usr/bin/migrate
RUN ln -s /usr/bin/migrate /migrate
COPY migrate /usr/local/bin/migrate

RUN ln -s /usr/local/bin/migrate /usr/bin/migrate
RUN ln -s /usr/local/bin/migrate /migrate

ENTRYPOINT ["migrate"]
CMD ["--help"]
CMD ["--help"]

0 comments on commit 04d1f6f

Please sign in to comment.