Skip to content

Commit

Permalink
build(docker): build time error
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed May 11, 2024
1 parent ec34d96 commit d66bae8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29 \
&& rm -rf /var/lib/apt/lists/*

COPY pyproject.toml pyproject.toml
COPY poetry.toml poetry.toml
COPY poetry.lock poetry.lock

RUN python -m poetry install --no-interaction --no-ansi --no-dev \
Expand Down
10 changes: 8 additions & 2 deletions poetry.lock

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

0 comments on commit d66bae8

Please sign in to comment.