Remove settings.py from Dockerfile copy command
This commit is contained in:
parent
c6fffb0fa4
commit
2960f66be6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|||
uv sync --no-install-project
|
||||
|
||||
# Copy the application files
|
||||
COPY main.py misc.py settings.py /app/
|
||||
COPY main.py misc.py /app/
|
||||
|
||||
# Set the environment variables
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue