Install playwright chromium for mermaid SSR in Docker build
This commit is contained in:
parent
50060e48e9
commit
cdd91edf16
@ -8,6 +8,7 @@ RUN npm ci
|
|||||||
FROM deps AS build
|
FROM deps AS build
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV ASTRO_TELEMETRY_DISABLED=1
|
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||||
|
RUN npx playwright install --with-deps chromium
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Stage 3: Serve with Caddy
|
# Stage 3: Serve with Caddy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user