Skip to content

Commit 50328d5

Browse files
Try fixing https
1 parent 5931533 commit 50328d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ COPY src/ ./src/
1010
RUN uv pip install --system -e .
1111

1212
# Run migrations and start server
13-
CMD uvicorn policyengine_api.main:app --host 0.0.0.0 --port ${API_PORT:-80} --proxy-headers
13+
CMD uvicorn policyengine_api.main:app --host 0.0.0.0 --port ${API_PORT:-80} --proxy-headers --forwarded-allow-ips='*'

0 commit comments

Comments
 (0)