Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Jan 29, 2024
1 parent bad9042 commit 110ec88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN mkdir /workspaces
# Copy dependencies
COPY pyproject.toml /
COPY poetry.lock /
COPY README.md /
RUN poetry install


Expand Down

0 comments on commit 110ec88

Please sign in to comment.