Update Dockerfile

This commit is contained in:
2025-06-02 16:05:20 -05:00
parent d185041e14
commit 895885d310
+1 -3
View File
@@ -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"]