Skip to content

Commit be48b16

Browse files
committed
remove installing core locally
1 parent 504a425 commit be48b16

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dockerfiles/Dockerfile.deploy.mongo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ WORKDIR /app
1212

1313
COPY . /app
1414

15-
RUN pip install --no-cache-dir -e ./stac_fastapi/core
1615
RUN pip install --no-cache-dir ./stac_fastapi/mongo[server]
1716

1817
EXPOSE 8080

dockerfiles/Dockerfile.dev.mongo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ WORKDIR /app
1515

1616
COPY . /app
1717

18-
RUN pip install --no-cache-dir -e ./stac_fastapi/core
1918
RUN pip install --no-cache-dir -e ./stac_fastapi/mongo[dev,server]

0 commit comments

Comments
 (0)