From 67ab04e917ef9ea9fa44edd5de20a5d1e7f38aaf Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Mon, 22 Aug 2016 08:58:03 +0100 Subject: [PATCH] Add VOLUME directive closes #61 nginx-php-fpm --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f61e3e5..43280b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -109,6 +109,8 @@ RUN chmod 755 /usr/bin/pull && chmod 755 /usr/bin/push && chmod 755 /usr/bin/let ADD src/ /var/www/html/ ADD errors/ /var/www/errors/ +VOLUME /var/www/html + EXPOSE 443 80 #CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]