Skip to content

Commit 8f15a13

Browse files
authored
Update Dockerfile to copy wait-for-it.sh script
1 parent d5a43e6 commit 8f15a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN python -m pip install -U pip
1919
WORKDIR /app
2020

2121
COPY stac_fastapi/ stac_fastapi/
22-
COPY scripts/ scripts/
22+
COPY scripts/wait-for-it.sh scripts/wait-for-it.sh
2323
COPY pyproject.toml pyproject.toml
2424
COPY README.md README.md
2525

0 commit comments

Comments
 (0)