summaryrefslogtreecommitdiffstats
path: root/Services/php/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/php/Dockerfile')
-rw-r--r--Services/php/Dockerfile4
1 files changed, 2 insertions, 2 deletions
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