Update Dockerfile

main
Chris Nutter 2024-05-10 11:41:45 -07:00
parent 9e94811d81
commit 7aea5223b7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache build-base libffi-dev
RUN pip install poetry RUN pip install poetry
WORKDIR /mnt WORKDIR /mnt
COPY pyproject.toml poetry.lock . COPY pyproject.toml poetry.lock ./
RUN poetry install --no-root --only main RUN poetry install --no-root --only main
COPY . . COPY . .