Update Dockerfile

This commit is contained in:
2025-06-02 16:24:06 -05:00
parent 6b391f1912
commit e574d54020
+2
View File
@@ -6,6 +6,8 @@ COPY package*.json .
COPY . . COPY . .
RUN apk update RUN apk update
RUN apk add python3 py3-pip alpine-sdk openssl-dev build-base python3-dev
RUN python3 -m pip install setuptools --break-system-packages
RUN npm install RUN npm install
RUN npm install --global corepack@latest RUN npm install --global corepack@latest
RUN corepack enable pnpm RUN corepack enable pnpm