From a6dc7d720dd7867bf6e21b7c0ee78695ef4f83b6 Mon Sep 17 00:00:00 2001 From: Thomas BELLEMBOIS Date: Sun, 17 Nov 2024 22:31:56 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cdb8599..c1c0dad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN npm install docusaurus RUN mkdir /root/.ssh COPY ./id_rsa /root/.ssh/ +COPY ./id_rsa.pub /root/.ssh/ RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/* COPY entrypoint.sh /