redis implemntations and api setup completed
This commit is contained in:
@@ -19,15 +19,18 @@ RUN poetry config virtualenvs.create false \
|
||||
&& rm -rf ~/.cache/pypoetry
|
||||
|
||||
# Copy application code
|
||||
COPY DockerApiServices/AllApiNeeds /app
|
||||
COPY DockerApiServices/AuthServiceApi /app
|
||||
|
||||
# Copy application code
|
||||
COPY ApiLayers /app/ApiLayers
|
||||
COPY Services /app/Services
|
||||
|
||||
# Events
|
||||
COPY Events/AllEvents/auth /app/Events/AllEvents/auth
|
||||
# COPY Events/base_request_model.py /app/Events/base_request_model.py
|
||||
COPY Events/Engine /app/Events/Engine
|
||||
COPY Events/base_request_model.py /app/Events/base_request_model.py
|
||||
COPY Events/abstract_class.py /app/Events/abstract_class.py
|
||||
COPY Events/AllEvents/authentication /app/Events/AllEvents/authentication
|
||||
COPY DockerApiServices/AuthServiceApi/events_file.py /app/Events/AllEvents/events_file.py
|
||||
|
||||
# Set Python path to include app directory
|
||||
ENV PYTHONPATH=/app \
|
||||
|
||||
Reference in New Issue
Block a user