mirror of
https://github.com/Balshgit/different
synced 2025-09-11 02:50:41 +03:00
remove hashes from requirements.txt
This commit is contained in:
parent
eace771033
commit
dc375795ec
@ -38,7 +38,7 @@ WORKDIR /code
|
|||||||
RUN export PATH="/root/.local/bin:$PATH" \
|
RUN export PATH="/root/.local/bin:$PATH" \
|
||||||
&& poetry --version \
|
&& poetry --version \
|
||||||
&& poetry lock \
|
&& poetry lock \
|
||||||
&& poetry export -f requirements.txt --output requirements.txt
|
&& poetry export -f requirements.txt --without-hashes --output requirements.txt
|
||||||
|
|
||||||
WORKDIR /poetry
|
WORKDIR /poetry
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
python:
|
python:
|
||||||
image: poetry-python:latest
|
image: "poetry-python:latest"
|
||||||
container_name: 'poetry-python'
|
container_name: 'poetry-python'
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user