Skip to content

Commit

Permalink
feat: add README.md and pyproject.toml to Dockerfile so that they can…
Browse files Browse the repository at this point in the history
… be sourced in container
  • Loading branch information
mjugl committed Mar 7, 2024
1 parent 4441e75 commit dfc1919
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 @@ WORKDIR /app

COPY ./config/ ./config/
COPY --from=builder /tmp/requirements.txt ./
COPY pyproject.toml README.md ./
COPY ./project/ ./project/

RUN pip install -r requirements.txt
Expand Down

0 comments on commit dfc1919

Please sign in to comment.