Skip to content

Commit 849a215

Browse files
Set port to 80 in Dockerfile
1 parent 3db447a commit 849a215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG BUILD_DATE
1313
ENV VCS_REF=$VCS_REF
1414
ENV BUILD_DATE=$BUILD_DATE
1515
# run the application
16-
CMD ["uv", "run", "manage.py", "runserver", "0.0.0.0:8000"]
16+
CMD ["uv", "run", "manage.py", "runserver", "0.0.0.0:80"]
1717
# OCI Labels as per https://github.com/opencontainers/image-spec/blob/main/annotations.md
1818
LABEL org.opencontainers.image.title="media-impact-monitor"
1919
LABEL org.opencontainers.image.description="Media Impact Monitor"

0 commit comments

Comments
 (0)