Update
This commit is contained in:
parent
1639a1cbbc
commit
b4662045c8
|
@ -8,8 +8,9 @@ WORKDIR /app
|
||||||
|
|
||||||
# Export poetry dependencies to file
|
# Export poetry dependencies to file
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
COPY poetry.lock pyproject.toml ./
|
|
||||||
RUN pip install poetry poetry-plugin-export
|
RUN pip install poetry poetry-plugin-export
|
||||||
|
COPY poetry.lock pyproject.toml ./
|
||||||
|
RUN poetry lock
|
||||||
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