Skip to content

Commit

Permalink
Expose ports 8123, 8300 and 51827 in Dockerfile (home-assistant#24389)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnluetke authored and kellerza committed Jun 23, 2019
1 parent a807572 commit 09c6f57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
4 changes: 4 additions & 0 deletions virtualization/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 09c6f57

Please sign in to comment.