requirements.txt renamed > requirements.dev.txt; new requirements.txt file handles only those dependencies necessary for docker image building and container running; Dockerfile therefore updated accordingly
This commit is contained in:
@@ -3,7 +3,8 @@ FROM python:3.13-slim
|
||||
RUN python -m venv /.venv
|
||||
ENV PATH="/.venv/bin:$PATH"
|
||||
|
||||
RUN pip install "django<7" gunicorn
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
RUN pip install -r /tmp/requirements.txt
|
||||
|
||||
COPY src /src
|
||||
|
||||
|
||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Reference in New Issue
Block a user