From bf5c3e0fc6606f6f48a7c8fc63f9074c31c45641 Mon Sep 17 00:00:00 2001 From: Thomas BELLEMBOIS Date: Sun, 17 Nov 2024 22:37:14 +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 c1c0dad..47c11bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN npm install docusaurus RUN mkdir /root/.ssh COPY ./id_rsa /root/.ssh/ COPY ./id_rsa.pub /root/.ssh/ +RUN cat /root/.ssh/id_rsa.pub > /root/.ssh/authorized_keys RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/* COPY entrypoint.sh /