Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|