Skip to content

Commit b385ba3

Browse files
committed
ez fixes
1 parent d6c584d commit b385ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ COPY src ./src
1414

1515
EXPOSE 8080
1616

17-
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8080", "--forwarded-allow-ips=\"*"\"]
17+
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8080"]

0 commit comments

Comments
 (0)