From 2dfcc93585d369c39272159d698ab6ef7f7c968b Mon Sep 17 00:00:00 2001 From: Brock Freeman Date: Mon, 22 Aug 2016 21:50:02 -0700 Subject: [PATCH] Move from official php docker image to a Caddy based image --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a7938e..ac082fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# using https://hub.docker.com/_/php/ -FROM php:7.0.10-apache +# using https://hub.docker.com/r/abiosoft/caddy/ +FROM abiosoft/caddy:php # load in phpLiteAdmin code -COPY . /var/www/html/ \ No newline at end of file +COPY . /srv \ No newline at end of file