Skip to content
Snippets Groups Projects
Commit fea81b08 authored by Stephane Crozat's avatar Stephane Crozat Committed by PICHOU Kyâne
Browse files

ADD replace by COPY

parent 8cb8750c
No related branches found
No related tags found
1 merge request!5CheckMK stable image
......@@ -7,7 +7,7 @@ RUN apt-get update && \
mkdir /backup
ENV CRON_TIME="0 0 * * *"
ADD run.sh /run.sh
COPY run.sh /run.sh
VOLUME ["/backup"]
CMD ["/run.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment