Skip to content

Commit 1fc5c80

Browse files
committed
tweaks to dockerfile for better layer caching
1 parent 5922020 commit 1fc5c80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ WORKDIR /app
55

66
COPY pyproject.toml ./
77

8-
COPY stac_search/ ./stac_search/
8+
RUN mkdir -p stac_search
99

1010
RUN pip install --no-cache-dir .
1111

12+
COPY stac_search/ ./stac_search/
13+
1214
# Expose the port the app runs on
1315
EXPOSE 8000
1416

0 commit comments

Comments
 (0)