docker ignore added, and code cleaned

This commit is contained in:
fardin-developer
2025-01-18 19:38:36 +05:30
parent a6c149f477
commit 724ad1574b
3 changed files with 3 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
.git/
__pycache__/
-5
View File
@@ -16,8 +16,3 @@ RUN poetry self add "poetry-plugin-export" && \
pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 8718
# Run the initialization command first, then start the application
# CMD ["sh", "-c", "python -m agentic_security i && python -m agentic_security s"]
+1 -2
View File
@@ -7,5 +7,4 @@ httpx
cache_to_disk
# datasets
loguru
pandas
agentic_security
pandas