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

docdeployer-ter
Thomas BELLEMBOIS 8 months ago
parent 31dbc98a32
commit a6dc7d720d

@ -8,6 +8,7 @@ RUN npm install docusaurus
RUN mkdir /root/.ssh
COPY ./id_rsa /root/.ssh/
COPY ./id_rsa.pub /root/.ssh/
RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/*
COPY entrypoint.sh /

Loading…
Cancel
Save