fix: jenkins puppeteer
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-04-18 15:39:25 +02:00
parent 87e23b49e7
commit 9ec51e534d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ RUN apt-get update \
WORKDIR /salix
COPY print/package.json print/pnpm-lock.yaml print/
RUN pnpx puppeteer browsers install chrome
RUN pnpm install --prod --prefix=print
COPY package.json pnpm-lock.yaml ./