Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
fix install of old poetry build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressland committed Dec 19, 2023
1 parent de30433 commit 6c136e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/python:3.11 as requirements

WORKDIR /app
COPY pyproject.toml poetry.lock main.py settings.py vop.py amex_merchant_search.py amex_api.py givex*.py stonegate.py common_modules.py payment_cards.py /app/
RUN pip install poetry==1.2.0b3
RUN pip install poetry
RUN poetry config virtualenvs.create false
RUN poetry export -f requirements.txt --output requirements.txt

Expand Down

0 comments on commit 6c136e4

Please sign in to comment.