Skip to content
Snippets Groups Projects
Commit 09c6f573 authored by John Luetke's avatar John Luetke Committed by Johann Kellerman
Browse files

Expose ports 8123, 8300 and 51827 in Dockerfile (#24389)

parent a8075723
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,8 @@ RUN pip3 install --no-cache-dir -r requirements_all.txt && \
# Copy source
COPY . .
EXPOSE 8123
EXPOSE 8300
EXPOSE 51827
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
......@@ -58,4 +58,8 @@ RUN tox -e py37 --notest
# Copy source
COPY . .
EXPOSE 8123
EXPOSE 8300
EXPOSE 51827
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment