diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 021f2bfa1b0..3bfc7e94148 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release \ WORKDIR /workspaces # Install Python dependencies from requirements.txt if it exists -COPY requirements_test_all.txt homeassistant/package_constraints.txt . +COPY requirements_test_all.txt homeassistant/package_constraints.txt /workspaces/ RUN pip3 install -r requirements_test_all.txt -c package_constraints.txt # Set the default shell to bash instead of sh