This commit is contained in:
phil 2025-06-25 04:33:41 +02:00
parent ebba6731a6
commit d064640c9f
2 changed files with 14 additions and 13 deletions

View file

@ -5,7 +5,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
WORKDIR /app
COPY package*.json ./
RUN pnpm install
RUN pnpm install --frozen-lockfile
COPY ./ .
RUN pnpm run build