」 feat: added container for scoreStore

This commit is contained in:
2025-09-10 23:10:20 +02:00
parent ba4872fe5b
commit 89e98bef2a
4 changed files with 25 additions and 4 deletions

View File

@ -6,7 +6,7 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml /app/
# install all the dependency
RUN npm install -g pnpm
RUN cd /app \
&& pnpm install --prod
&& pnpm install --prod --frozen-lockfile
FROM node:lts-alpine AS base