soiz1 commited on
Commit
a4034ee
·
verified ·
1 Parent(s): 7974f52

Update Dockerfile

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