1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

compile all

This commit is contained in:
Pascal Vizeli
2019-06-24 23:09:08 +00:00
parent ce18183daa
commit d31ab5139d

View File

@@ -24,7 +24,8 @@ RUN export MAKEFLAGS="-j$(nproc)" \
# Install HassIO
COPY . /usr/src/hassio
RUN pip3 install --no-cache-dir -e /usr/src/hassio
RUN pip3 install --no-cache-dir -e /usr/src/hassio \
&& python3 -m compileall /usr/src/hassio
# Initialize udev daemon, handle CMD
COPY entry.sh /bin/