Add settings.py to Dockerfile application files

This commit is contained in:
2024-12-30 04:43:25 +01:00
parent 682b8c3fa3
commit 0bfc1851fa

View File

@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
RUN apt-get purge -y --auto-remove git RUN apt-get purge -y --auto-remove git
# Copy the application files # Copy the application files
ADD main.py misc.py /app/ ADD main.py misc.py settings.py /app/
# Set the environment variables # Set the environment variables
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1