Skip to content

Commit

Permalink
successfully converted to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Oct 15, 2024
1 parent b5ec86a commit 80ce19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG APP_HOME=/refextract
WORKDIR ${APP_HOME}

RUN apt update && apt install poppler-utils libmagic1 -y
COPY poetry.lock pyproject.toml setup.cfg README.rst ${APP_HOME}
COPY poetry.lock pyproject.toml README.rst ${APP_HOME}

RUN pip install --no-cache-dir poetry
RUN poetry config virtualenvs.create false \
Expand Down

0 comments on commit 80ce19d

Please sign in to comment.