soiz1 commited on
Commit
27d1344
·
verified ·
1 Parent(s): a4034ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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