fix puppeteer executable path
This commit is contained in:
parent
f88868bab7
commit
386986ae59
@ -2,14 +2,14 @@
|
||||
FROM node:18-bullseye-slim AS deps
|
||||
|
||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
|
||||
ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/chromium-browser
|
||||
ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/chromium
|
||||
|
||||
WORKDIR leCoffre
|
||||
|
||||
RUN npm install -D prisma@4.11.0
|
||||
COPY package.json ./
|
||||
|
||||
RUN apt update && apt install openssh-client git chromium-browser -y
|
||||
RUN apt update && apt install openssh-client git chromium -y
|
||||
|
||||
COPY id_rsa /root/.ssh/id_rsa
|
||||
RUN chmod 600 ~/.ssh/id_rsa
|
||||
|
Loading…
x
Reference in New Issue
Block a user