From cfd0715d0543a3554b8a94b079d35b2022b2fe4c Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 5 Dec 2015 02:06:41 +0100 Subject: improving general README.md --- OS/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OS/Dockerfile') diff --git a/OS/Dockerfile b/OS/Dockerfile index dba7035..769a43e 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -8,6 +8,8 @@ RUN dnf -y install deltarpm pwgen tar python-dnf-plugins-extras-migrate && \ dnf -y install psmisc procps coreutils findutils wget logrotate zip && \ dnf clean all COPY *.sh /bin/ -RUN chmod 775 /bin/sx-lib.sh /bin/run.sh +RUN chmod 775 /bin/sx-lib.sh /bin/run.sh && \ + mkdir /data && \ + mkdir /data/logs CMD ["/bin/run.sh"] -- cgit v1.2.3