summaryrefslogtreecommitdiffstats
path: root/Services/apache
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 23:32:45 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 23:32:45 +0100
commita490cfe364a242b1e9993225758ea6e61369e363 (patch)
treef4699d33f476c79a99db91781697c6b552a7b30e /Services/apache
parent42c264a48c9d7df0b5e55be370436e3ec0bb7667 (diff)
downloadphpmyadmin-a490cfe364a242b1e9993225758ea6e61369e363.tar.gz
phpmyadmin-a490cfe364a242b1e9993225758ea6e61369e363.tar.bz2
phpmyadmin-a490cfe364a242b1e9993225758ea6e61369e363.tar.xz
phpmyadmin-a490cfe364a242b1e9993225758ea6e61369e363.zip
reshapping of memcache container
Diffstat (limited to 'Services/apache')
-rw-r--r--Services/apache/Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Services/apache/Dockerfile b/Services/apache/Dockerfile
index 4e67fd4..a15b41a 100644
--- a/Services/apache/Dockerfile
+++ b/Services/apache/Dockerfile
@@ -14,10 +14,8 @@ RUN chmod 775 /bin/run.sh /bin/sx-httpd.sh && \
chmod ug+r $HTTPDCONF && \
rm -f /etc/httpd/conf.d/autoindex.conf && \
rm -f /etc/httpd/conf.d/welcome.conf && \
- mkdir /data && \
- mkdir /data/logs && \
- mkdir $APP_PATH && \
- mkdir $LOG_PATH && \
+ mkdir -p $APP_PATH && \
+ mkdir -p $LOG_PATH && \
touch $STARTUPLOG
COPY ./ $APP_PATH
RUN rm -f $APP_PATH/Dockerfile $APP_PATH/httpd.conf $APP_PATH/run.sh $APP_PATH/sx-httpd.sh && \