build/docker: use pnpm instead of npm

pull/245/head^2
Josh Moore 7 months ago
parent 5bfe91613c
commit 95a3fea42b

@ -6,5 +6,7 @@
FROM node:20.9.0-alpine
WORKDIR /opt/ass-src/
COPY . ./
RUN npm i --save-dev && npm run build
RUN npm i -g pnpm
RUN pnpm i
RUN npm run build
CMD npm start

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save