Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaker authored Nov 27, 2022
1 parent 50fb158 commit 910bada
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 @@ -2,7 +2,7 @@ FROM python:3.7-slim as base-image
ARG POETRY_VERSION=1.1.7
WORKDIR /service
RUN pip install "poetry==$POETRY_VERSION"
ADD pyproject.toml poetry.lock readme.md ./
ADD pyproject.toml poetry.lock README.md ./
ADD makeqr makeqr
RUN poetry build
RUN python -m venv .venv
Expand Down

0 comments on commit 910bada

Please sign in to comment.