Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is passing Details

docdeployer-ter
Thomas BELLEMBOIS 2 months ago
parent a6dc7d720d
commit bf5c3e0fc6

@ -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 /

Loading…
Cancel
Save