From 895885d3107581663582e4a181c34b4deb735b08 Mon Sep 17 00:00:00 2001 From: gamezonline Date: Mon, 2 Jun 2025 16:05:20 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ade9673..4c4c739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,9 @@ COPY package*.json . COPY . . 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 wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - RUN npm install RUN npm run build -RUN export TERM=xterm-256color VOLUME /app EXPOSE 8080 ENTRYPOINT ["pnpm"]