Skip to content

Commit

Permalink
chore: remove poetry.lock from demo docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Feb 23, 2023
1 parent 16ead3d commit 2f8ffb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-demo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN pip install poetry
WORKDIR /code

COPY pyproject.toml /code/
COPY poetry.lock /code/
RUN poetry config virtualenvs.create false && poetry install --no-dev --no-interaction --no-ansi

COPY demo/server/requirements.txt /code/
Expand Down

0 comments on commit 2f8ffb9

Please sign in to comment.