hotFix: change require to import #2328

Merged
jsegarra merged 5 commits from hotFix_ImportUserError_front into master 2024-04-19 05:53:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f766b9a3b1 - Show all commits

View File

@ -40,12 +40,12 @@ 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
Outdated
Review

Prueba para ver si dejaba de fallar puppeteer en jenkins

Prueba para ver si dejaba de fallar puppeteer en jenkins
COPY package.json pnpm-lock.yaml ./
COPY loopback/package.json loopback/
RUN pnpm install --prod
RUN node node_modules/puppeteer/install.mjs
COPY loopback loopback
COPY back back