From 7727d265662ed765c7f08aa95111aaff5023c797 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 7 May 2026 07:37:11 -0600 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 407d748..0b0e4a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETVARIANT RUN sed -i 's|dl-cdn.alpinelinux.org|mirrors.tuna.tsinghua.edu.cn|g' /etc/apk/repositories -ENV OJ_ENV production +ENV OJ_ENV=production WORKDIR /app COPY ./deploy/requirements.txt /app/deploy/