diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..110e416 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +.git/ +__pycache__/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 39679df..4315c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/requirements.txt b/requirements.txt index d6cece5..a423483 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,4 @@ httpx cache_to_disk # datasets loguru -pandas -agentic_security \ No newline at end of file +pandas \ No newline at end of file