Fix service workers
This commit is contained in:
@@ -2,6 +2,9 @@ FROM node:24-alpine AS builder
|
||||
|
||||
WORKDIR /app/site
|
||||
|
||||
ARG PUBLIC_ENABLE_SW=true
|
||||
ENV PUBLIC_ENABLE_SW=$PUBLIC_ENABLE_SW
|
||||
|
||||
COPY site/package.json site/package-lock.json ./
|
||||
RUN npm ci --no-audit --no-fund
|
||||
|
||||
|
||||
Reference in New Issue
Block a user