fix metadata
This commit is contained in:
parent
08140cc362
commit
2de2046b6c
@ -28,7 +28,7 @@ RUN apt-get update \
|
|||||||
|
|
||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
COPY pyproject.toml poetry.lock ./
|
COPY pyproject.toml poetry.lock ./
|
||||||
RUN poetry install --no-cache --no-root
|
RUN poetry install --sync --no-cache --no-root
|
||||||
|
|
||||||
# production stage
|
# production stage
|
||||||
FROM base AS production
|
FROM base AS production
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user