Feat/add json process tool (#5555)

This commit is contained in:
scotlandowl
2024-06-28 11:57:32 +08:00
committed by GitHub
parent d37ee498cd
commit 73ce945d40
14 changed files with 971 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ RUN apt-get update \
COPY pyproject.toml poetry.lock ./
RUN poetry install --sync --no-cache --no-root
# production stage
FROM base AS production