mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 05:09:19 +08:00
fix metadata
This commit is contained in:
@@ -28,7 +28,7 @@ RUN apt-get update \
|
||||
|
||||
# Install Python dependencies
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
RUN poetry install --no-cache --no-root
|
||||
RUN poetry install --sync --no-cache --no-root
|
||||
|
||||
# production stage
|
||||
FROM base AS production
|
||||
|
||||
Reference in New Issue
Block a user