mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-14 02:54:44 +02:00
「✨」 feat: added container for scoreStore
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user