Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Jan 19, 2025
1 parent 6e891a3 commit 456e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "RUN apk add --no-cache libc6-compat" >> Dockerfile
echo "WORKDIR /app" >> Dockerfile
echo "COPY package.json pnpm-lock.yaml ./" >> Dockerfile
echo "corepack enable pnpm && pnpm i --frozen-lockfile" >> Dockerfile
echo "pnpm i --frozen-lockfile" >> Dockerfile
echo "FROM base AS builder" >> Dockerfile
echo "WORKDIR /app" >> Dockerfile
echo "COPY --from=deps /app/node_modules ./node_modules" >> Dockerfile
Expand Down

0 comments on commit 456e068

Please sign in to comment.