Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,7 @@ 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 |
COPY . .
|
|
|
|
| 25 |
RUN ./localizefonts.sh
|
| 26 |
|
| 27 |
FROM nginxinc/nginx-unprivileged:alpine
|
|
|
|
| 22 |
--mount=type=cache,target=/app/node_modules \
|
| 23 |
cd /app && pnpm install --prefer-offline && pnpm build
|
| 24 |
COPY . .
|
| 25 |
+
RUN chmod +x localizefonts.sh
|
| 26 |
RUN ./localizefonts.sh
|
| 27 |
|
| 28 |
FROM nginxinc/nginx-unprivileged:alpine
|