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