Skip to content

Commit

Permalink
update deploy dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Mar 10, 2024
1 parent f69e62e commit 7bab232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.deploy.mongo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /app

COPY . /app

RUN pip install --no-cache-dir ./stac_fastapi/mongo[server]
RUN pip install --no-cache-dir .[server]

EXPOSE 8080

Expand Down

0 comments on commit 7bab232

Please sign in to comment.