Skip to content

Commit

Permalink
trigger dockerfile rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bensampson5 committed May 26, 2024
1 parent e9541c9 commit 4340837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Install python packages using poetry
# Install python packages using poetry
RUN pip3 install poetry
COPY pyproject.toml ./
RUN poetry config virtualenvs.create false
Expand Down

0 comments on commit 4340837

Please sign in to comment.