We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ebd6d commit 3a4bb17Copy full SHA for 3a4bb17
Dockerfile.deploy
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir ./stac_fastapi/elasticsearch[server]
15
16
EXPOSE 8080
17
18
-CMD ["uvicorn", "stac_fastapi.elasticsearch.app:app", "--host", "0.0.0.0", "--port", "8080"]
+CMD ["uvicorn", "stac_fastapi.elasticsearch.app:app", "--host", "0.0.0.0", "--port", "8080"]
0 commit comments