Skip to content

Commit

Permalink
Add honcho dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikamotwani committed May 1, 2024
1 parent efb694d commit c977519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ WORKDIR /app
COPY pyproject.toml poetry.lock ./
RUN sudo python -m pip install -U pip poetry && \
sudo poetry config virtualenvs.create false && \
sudo poetry lock --no-update && \
sudo poetry install

0 comments on commit c977519

Please sign in to comment.