Update
This commit is contained in:
parent
17f7db4ea4
commit
3e71dafbbf
|
@ -9,7 +9,6 @@ WORKDIR /app
|
||||||
# Export poetry dependencies to file
|
# Export poetry dependencies to file
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install poetry poetry-plugin-export
|
RUN pip install poetry poetry-plugin-export
|
||||||
# RUN poetry lock
|
|
||||||
RUN poetry self update
|
RUN poetry self update
|
||||||
COPY 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