diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 02:06:41 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 02:06:41 +0100 |
commit | cfd0715d0543a3554b8a94b079d35b2022b2fe4c (patch) | |
tree | e81d43156fb8d2180849833062c0cf3632db28e1 /OS/Dockerfile | |
parent | 65cce5013dad6a77e2f66bde26df45d4432e6e2c (diff) | |
download | phpmyadmin-cfd0715d0543a3554b8a94b079d35b2022b2fe4c.tar.gz phpmyadmin-cfd0715d0543a3554b8a94b079d35b2022b2fe4c.tar.bz2 phpmyadmin-cfd0715d0543a3554b8a94b079d35b2022b2fe4c.tar.xz phpmyadmin-cfd0715d0543a3554b8a94b079d35b2022b2fe4c.zip |
improving general README.md
Diffstat (limited to 'OS/Dockerfile')
-rw-r--r-- | OS/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
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"] |