mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Expose ports 8123, 8300 and 51827 in Dockerfile (#24389)
This commit is contained in:
committed by
Johann Kellerman
parent
a807572382
commit
09c6f57364
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user