Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,8 +20,8 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
|
|
20 |
|
21 |
RUN --mount=type=cache,target=/root/.local/share/pnpm \
|
22 |
--mount=type=cache,target=/app/node_modules \
|
23 |
-
cd /app && pnpm install --prefer-offline &&
|
24 |
-
|
25 |
|
26 |
FROM nginxinc/nginx-unprivileged:alpine
|
27 |
|
|
|
20 |
|
21 |
RUN --mount=type=cache,target=/root/.local/share/pnpm \
|
22 |
--mount=type=cache,target=/app/node_modules \
|
23 |
+
cd /app && pnpm install --prefer-offline && pnpm build
|
24 |
+
RUN && ./app/localizefonts.sh
|
25 |
|
26 |
FROM nginxinc/nginx-unprivileged:alpine
|
27 |
|