Skip to content

Commit

Permalink
Install poetry in deploy image
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Jan 22, 2024
1 parent f132b17 commit b156f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ WORKDIR /app

COPY --from=build /build/ .

RUN pip install --upgrade poetry

CMD ["poetry", "run", "python", "bolt.py"]

0 comments on commit b156f86

Please sign in to comment.