Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm \
|
|
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
|
29 |
|
|
|
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
|
29 |
|