Skip to content

Commit 48b2683

Browse files
committed
fix typo
1 parent f56b49e commit 48b2683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For example, your application "MySuperApp" uses MongoDB, Postgres and MySql (wow
2121
FROM alpine
2222

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

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

0 commit comments

Comments
 (0)