Update Dockerfile

This commit is contained in:
2025-06-02 16:07:32 -05:00
parent 895885d310
commit 6b391f1912
+2 -1
View File
@@ -6,8 +6,9 @@ COPY package*.json .
COPY . . COPY . .
RUN apk update RUN apk update
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
RUN npm install RUN npm install
RUN npm install --global corepack@latest
RUN corepack enable pnpm
RUN npm run build RUN npm run build
VOLUME /app VOLUME /app
EXPOSE 8080 EXPOSE 8080