instructions and validations tested

This commit is contained in:
2025-02-06 00:22:15 +03:00
parent b67090087a
commit 378d016d0c
20 changed files with 631 additions and 143 deletions

View File

@@ -32,6 +32,8 @@ COPY Events/AllEvents/validations /app/Events/AllEvents/validations
COPY Events/base_request_model.py /app/Events/base_request_model.py
COPY DockerApiServices/ValidationServiceApi/events_file.py /app/Events/AllEvents/events_file.py
COPY Events/AllEvents /app/Events/JustEvents
COPY Events/AllEvents/just_events_file.py /app/Events/JustEvents/events_file.py
# Set Python path to include app directory
ENV PYTHONPATH=/app \