fix metadata

This commit is contained in:
jyong 2025-03-05 15:01:47 +08:00
parent 08140cc362
commit 2de2046b6c

View File

@ -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