mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
chore: update poetry install to match current docs (#1695)
This commit is contained in:
parent
eca54e6474
commit
a3a66055e0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ RUN apt-get update \
|
||||||
|
|
||||||
# install poetry - respects $POETRY_VERSION & $POETRY_HOME
|
# install poetry - respects $POETRY_VERSION & $POETRY_HOME
|
||||||
ENV POETRY_VERSION=1.2.1
|
ENV POETRY_VERSION=1.2.1
|
||||||
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
||||||
# copy project requirement files here to ensure they will be cached.
|
# copy project requirement files here to ensure they will be cached.
|
||||||
WORKDIR $PYSETUP_PATH
|
WORKDIR $PYSETUP_PATH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue