update django port

This commit is contained in:
2026-04-06 18:55:48 +08:00
parent d141313a24
commit f754f6a275
5 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt \
--default-timeout=100 \
-i https://pypi.tuna.tsinghua.edu.cn/simple
COPY . .