From 931a5206b6bcf10a5f8a6b489cb30d8bd3da0f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9A=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BB=D0=B8=D1=86=D0=BA=D0=B8=D0=B9?= Date: Wed, 1 Oct 2025 19:16:31 +0600 Subject: [PATCH] #2 update --- server/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Dockerfile b/server/Dockerfile index 31f3c0c..8f07117 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /app RUN corepack enable COPY package.json yarn.lock ./ RUN apk add --no-cache build-base python3 +RUN ln -sf python3 /usr/bin/python RUN python3 -m ensurepip RUN pip3 install --no-cache --upgrade pip setuptools RUN yarn install