Merge Dev in Staging

This commit is contained in:
Arnaud D. Natali 2023-10-06 15:15:44 +02:00 committed by GitHub
commit e27d14f64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ WORKDIR leCoffre
RUN npm install -D prisma@4.11.0
COPY package.json ./
RUN apt update && apt install openssh-client git chromium
RUN apt update && apt install openssh-client git chromium -y
COPY id_rsa /root/.ssh/id_rsa
RUN chmod 600 ~/.ssh/id_rsa