We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c584d commit b385ba3Copy full SHA for b385ba3
apps/backend/Dockerfile.prod
@@ -14,4 +14,4 @@ COPY src ./src
14
15
EXPOSE 8080
16
17
-CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8080", "--forwarded-allow-ips=\"*"\"]
+CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8080"]
0 commit comments