We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75c85f commit d44210eCopy full SHA for d44210e
Dockerfile
@@ -19,7 +19,7 @@ RUN \
19
--use-deprecated=legacy-resolver \
20
-r homeassistant/requirements.txt
21
22
-COPY requirements_all.txt home_assistant_frontend-* homeassistant/
+COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/
23
RUN \
24
if ls homeassistant/home_assistant_frontend*.whl 1> /dev/null 2>&1; then \
25
pip3 install \
0 commit comments