From 64011c6592a1f2c0d581b2bfe1f1d9f00ad1f7a6 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 30 Oct 2016 12:31:03 +0100 Subject: fixin bug in volumes exported --- Services/php/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Services/php/Dockerfile') diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index 4abb0f8..cc83b4e 100644 --- a/Services/php/Dockerfile +++ b/Services/php/Dockerfile @@ -19,5 +19,5 @@ RUN rm -f $APP_PATH/Dockerfile $APP_PATH/httpd.conf $APP_PATH/run.sh && \ chmod ug+r -R $DATA_PATH $APP_PATH EXPOSE 80 443 -VOLUME [$DATA_PATH,$LOG_PATH] -CMD ["/bin/run.sh"] \ No newline at end of file +VOLUME [ $DATA_PATH , $LOG_PATH ] +CMD [ "/bin/run.sh" ] \ No newline at end of file -- cgit v1.2.3