Skip to content

Commit

Permalink
Merge pull request #2 from Telefonica/jmfernandez/solve-docker-build-…
Browse files Browse the repository at this point in the history
…problem

fix: solve poetry requirement for README.md
  • Loading branch information
Gonlo2 authored Jan 9, 2025
2 parents 512c22a + 36f934d commit 39515c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM python:3.11
WORKDIR /app
ENTRYPOINT ["/app/entrypoint.py"]

COPY poetry.lock pyproject.toml ./
COPY poetry.lock pyproject.toml README.md ./
RUN pip install poetry \
&& poetry config virtualenvs.create false \
&& poetry install
&& poetry install --no-root

COPY . ./

0 comments on commit 39515c1

Please sign in to comment.