Skip to content

Commit 1ad9556

Browse files
authored
expose port in dockerfile (#743)
### Description Please explain the changes you made here. ### Checklist - [ ] Created tests which fail without the change (if possible) - [ ] All tests passing - [ ] Extended the documentation, if necessary
1 parent 39c7012 commit 1ad9556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM ${DOCKER_REGISTRY_IDENTIFER}/hyperion-base:${REQUIREMENTS_MD5}
55
ENV PYTHONDONTWRITEBYTECODE=1
66
ENV PYTHONUNBUFFERED=1
77
ENV UV_COMPILE_BYTECODE=1
8+
EXPOSE 8000
89

910
WORKDIR /hyperion
1011

0 commit comments

Comments
 (0)