Skip to content

Commit

Permalink
add pyproject to docker
Browse files Browse the repository at this point in the history
Signed-off-by: Elazar Gershuni <[email protected]>
  • Loading branch information
elazarg committed Aug 3, 2024
1 parent 215e7a4 commit fd3f1a3
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 @@ -9,6 +9,7 @@ WORKDIR /app
ENV PYTHONPATH=/app

COPY README.md README.md
COPY pyproject.toml pyproject.toml
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt

Expand Down

0 comments on commit fd3f1a3

Please sign in to comment.