Skip to content

Commit

Permalink
fix(devcontainer): copy in all source
Browse files Browse the repository at this point in the history
since it is no longer available in the base app image
  • Loading branch information
thekaveman committed Sep 20, 2024
1 parent 529cd7a commit 1d65aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ USER root
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
USER $USER

COPY . .
# install devcontainer requirements
RUN pip install -e .[dev,test]

# docs requirements are in a separate file for the GitHub Action
COPY docs/requirements.txt docs/requirements.txt
RUN pip install -r docs/requirements.txt

0 comments on commit 1d65aa5

Please sign in to comment.