Skip to content

Commit

Permalink
Fix the docker build (#283)
Browse files Browse the repository at this point in the history
* Fix docker build

* Fix the build
  • Loading branch information
izellevy authored Feb 8, 2024
1 parent 9110193 commit 04d4550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ COPY --from=builder-base /app/pyproject.toml pyproject.toml
COPY --from=builder-base /app/poetry.lock poetry.lock

COPY src/ src/
COPY config/ config/
RUN touch README.md
ARG POETRY_INSTALL_ARGS
RUN poetry install --only-root $POETRY_INSTALL_ARGS
Expand Down

0 comments on commit 04d4550

Please sign in to comment.