This commit is contained in:
2025-06-15 20:15:49 +08:00
parent 8a2fa11afc
commit 73af9d96b2

View File

@@ -34,6 +34,9 @@ FROM python:3.12.2-slim
ARG TARGETARCH ARG TARGETARCH
ARG TARGETVARIANT ARG TARGETVARIANT
# 使用中科大源加速
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources
ENV OJ_ENV production ENV OJ_ENV production
WORKDIR /app WORKDIR /app