Skip to content

Commit d44210e

Browse files
authored
Fix nightly intents in nightly builds (part2) (home-assistant#85818)
1 parent e75c85f commit d44210e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
--use-deprecated=legacy-resolver \
2020
-r homeassistant/requirements.txt
2121

22-
COPY requirements_all.txt home_assistant_frontend-* homeassistant/
22+
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/
2323
RUN \
2424
if ls homeassistant/home_assistant_frontend*.whl 1> /dev/null 2>&1; then \
2525
pip3 install \

0 commit comments

Comments
 (0)