Skip to content

Commit

Permalink
Include requirements.txt in image (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodeaa committed Nov 10, 2023
1 parent 2ffc895 commit e1eb385
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 @@ -10,4 +10,5 @@ RUN --mount=type=cache,target=/root/.cache python3 -m pip install -r requirement
FROM python:3.10.12-alpine3.18
RUN apk --no-cache --update add openssl libffi patch
COPY --from=builder /opt/venv /opt/venv
COPY requirements.txt .
ENV PATH="/opt/venv/bin:$PATH"

0 comments on commit e1eb385

Please sign in to comment.