Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/var/cache/apk \
|
|
16 |
|
17 |
RUN corepack enable && corepack prepare pnpm@latest --activate
|
18 |
|
19 |
-
RUN --mount=type=cache,target=/root/.local/share/pnpm \
|
20 |
--mount=type=cache,target=/app/node_modules \
|
21 |
pnpm install --prefer-offline && \
|
22 |
pnpm build && ./localizefonts.sh
|
|
|
16 |
|
17 |
RUN corepack enable && corepack prepare pnpm@latest --activate
|
18 |
|
19 |
+
RUN cd /app && --mount=type=cache,target=/root/.local/share/pnpm \
|
20 |
--mount=type=cache,target=/app/node_modules \
|
21 |
pnpm install --prefer-offline && \
|
22 |
pnpm build && ./localizefonts.sh
|