no1b4me commited on
Commit
f570eaa
·
verified ·
1 Parent(s): ff23672

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
14
  --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
15
  --mount=type=bind,source=patches,target=patches \
16
  --mount=type=cache,target=/root/.local/share/pnpm/store \
17
- pnpm install --frozen-lockfile
18
 
19
  COPY . .
20
 
 
14
  --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
15
  --mount=type=bind,source=patches,target=patches \
16
  --mount=type=cache,target=/root/.local/share/pnpm/store \
17
+ pnpm install --no-frozen-lockfile
18
 
19
  COPY . .
20