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 4e04cf0 commit b9eebf8Copy full SHA for b9eebf8
Containerfile
@@ -26,4 +26,4 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
26
COPY sparql_file.py ./sparql_file.py
27
COPY README.md ./README.md
28
29
-CMD ["uvicorn", "sparql_file:app", "--host", "0.0.0.0", "--port", "8080"]
+CMD ["uvicorn", "sparql_file:app", "--host", "", "--port", "8080"]
0 commit comments