From 26ec57c881be88c01901839227004017fa669928 Mon Sep 17 00:00:00 2001 From: Thomas BELLEMBOIS Date: Sun, 17 Nov 2024 07:43:35 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d78d58f..04a434a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk update && apk add --update openssh && apk add openjdk17-jre bash nodejs WORKDIR /usr/local RUN mkdir /root/.ssh -RUN ssh-copy-id -i ./id_rsa /root/.ssh +# RUN ssh-copy-id -i ./id_rsa /root/.ssh # COPY ./id_rsa /root/.ssh RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/*