Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Apr 27, 2023
1 parent f56b49e commit 48b2683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example, your application "MySuperApp" uses MongoDB, Postgres and MySql (wow
FROM alpine

## Add the wait script to the image
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest/wait /wait
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest /wait /wait

## Otherwise you can directly download the executable from github releases. E.g.:
# ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.11.0/wait /wait
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN go build -o /myApp -ldflags '-s -w -extldflags -static' ./...
FROM scratch
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest/wait /wait
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest /wait /wait
COPY --from=0 /myApp /myApp
ENV WAIT_COMMAND="/myApp arg1 argN..."
Expand Down

0 comments on commit 48b2683

Please sign in to comment.