Add playwright npm package for mermaid-isomorphic SSR
This commit is contained in:
parent
cdd91edf16
commit
15756fa9dd
@ -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 npm install playwright
|
||||||
RUN npx playwright install --with-deps chromium
|
RUN npx playwright install --with-deps chromium
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user