mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 22:56:31 +00:00
Compile only hassio
This commit is contained in:
parent
d31ab5139d
commit
51efcefdab
@ -25,7 +25,7 @@ RUN export MAKEFLAGS="-j$(nproc)" \
|
||||
# Install HassIO
|
||||
COPY . /usr/src/hassio
|
||||
RUN pip3 install --no-cache-dir -e /usr/src/hassio \
|
||||
&& python3 -m compileall /usr/src/hassio
|
||||
&& python3 -m compileall /usr/src/hassio/hassio
|
||||
|
||||
# Initialize udev daemon, handle CMD
|
||||
COPY entry.sh /bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user