diff --git a/Dockerfile b/Dockerfile index be27f608..afb08e0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ COPY package.json ./ RUN apk update && apk add openssh-client git -COPY id_rsa /root/.ssh/id_rsa -RUN chmod 600 ~/.ssh/id_rsa -RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa -RUN ssh-keyscan github.com smart-chain-fr/leCoffre-resources.git >> /root/.ssh/known_hosts +#COPY id_rsa /root/.ssh/id_rsa +#RUN chmod 600 ~/.ssh/id_rsa +#RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa +#RUN ssh-keyscan github.com smart-chain-fr/leCoffre-resources.git >> /root/.ssh/known_hosts RUN npm install --frozen-lockfile