Add settings.py to Dockerfile application files
This commit is contained in:
parent
682b8c3fa3
commit
0bfc1851fa
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|||
RUN apt-get purge -y --auto-remove git
|
||||
|
||||
# Copy the application files
|
||||
ADD main.py misc.py /app/
|
||||
ADD main.py misc.py settings.py /app/
|
||||
|
||||
# Set the environment variables
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue