Skip to content

Commit b9eebf8

Browse files
committed
Run with empty host for dual stack mode
1 parent 4e04cf0 commit b9eebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
2626
COPY sparql_file.py ./sparql_file.py
2727
COPY README.md ./README.md
2828

29-
CMD ["uvicorn", "sparql_file:app", "--host", "0.0.0.0", "--port", "8080"]
29+
CMD ["uvicorn", "sparql_file:app", "--host", "", "--port", "8080"]

0 commit comments

Comments
 (0)