Update
This commit is contained in:
parent
dcddb627bd
commit
e87c04969b
|
@ -11,7 +11,7 @@ RUN pip install --upgrade pip
|
||||||
RUN pip install poetry poetry-plugin-export
|
RUN pip install poetry poetry-plugin-export
|
||||||
RUN poetry lock
|
RUN poetry lock
|
||||||
RUN poetry self update
|
RUN poetry self update
|
||||||
COPY poetry.lock pyproject.toml ./
|
COPY pyproject.toml ./
|
||||||
RUN poetry export --without-hashes --format requirements.txt --output /app/requirements.txt
|
RUN poetry export --without-hashes --format requirements.txt --output /app/requirements.txt
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
|
|
Loading…
Reference in New Issue