mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-09 19:26:04 +02:00
fix(EOL):
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ ENV PATH="/root/.local/bin:$PATH"
|
|||||||
|
|
||||||
COPY pyproject.toml poetry.lock ./
|
COPY pyproject.toml poetry.lock ./
|
||||||
|
|
||||||
RUN poetry self add "poetry-plugin-export" && \
|
RUN poetry self add "poetry-plugin-export" &&
|
||||||
poetry export -f requirements.txt --without-hashes -o requirements.txt && \
|
poetry export -f requirements.txt --without-hashes -o requirements.txt &&
|
||||||
pip install --no-cache-dir -r requirements.txt
|
pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user