Update Dockerfile
parent
9e94811d81
commit
7aea5223b7
|
@ -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 . .
|
||||||
|
|
Loading…
Reference in New Issue