Skip to content

Commit

Permalink
fix: dockerfile 和 poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-bro committed Dec 3, 2024
1 parent e81e76f commit 7ba964d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc g++ libc-dev libffi-dev libgmp-dev libmpfr-dev libmpc-dev

# Install Python dependencies
COPY pyproject.toml ./
COPY pyproject.toml poetry.lock ./
RUN poetry install --sync --no-cache --no-root

# production stage
Expand Down
104 changes: 52 additions & 52 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ba964d

Please sign in to comment.