From 4b5c7dd61b24d93b40a57665b3a5dc4781440b92 Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 11 Apr 2025 21:19:53 +0800 Subject: [PATCH] update --- app/backend/Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/Dockerfile.prod b/app/backend/Dockerfile.prod index 128f21a..a709a8a 100644 --- a/app/backend/Dockerfile.prod +++ b/app/backend/Dockerfile.prod @@ -23,7 +23,7 @@ RUN pip install --upgrade pip setuptools wheel -i https://pypi.tuna.tsinghua.edu RUN pip wheel --no-cache-dir --no-deps --wheel-dir /usr/src/app/wheels -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv RUN pip install --no-cache-dir --find-links=/usr/src/app/wheels pipenv COPY ./Pipfile . -RUN pipenv install --deploy +RUN pipenv install --deploy --dev # add app COPY . /usr/src/app