From f2bd0fde3c16846367931949c91e86b18e7a4186 Mon Sep 17 00:00:00 2001 From: gisele-igore Date: Wed, 5 Apr 2023 11:30:31 +0200 Subject: [PATCH] Fix dck --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e7f8dab..a38e3df7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY package.json ./ RUN apk update && apk add openssh-client git -RUN LS .ssh +RUN ls .ssh COPY .ssh/id_rsa /root/.ssh/id_rsa RUN chmod 600 ~/.ssh/id_rsa RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa