Feat/add json process tool (#5555)

This commit is contained in:
scotlandowl 2024-06-28 11:57:32 +08:00 committed by GitHub
commit 73ce945d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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