From ecdb7afc8d24f8d15830ae8a6eed7595fd85f2f5 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Sat, 30 Mar 2019 17:44:18 -0400 Subject: [PATCH] Testing to see if installing here is actually necessary --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0914340..058fa73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir -p /var/www \ && unzip grav-admin-v$GRAV_VERSION.zip \ && rm grav-admin-v$GRAV_VERSION.zip \ && cd grav-admin \ - && bin/gpm install -f -y admin \ +# && bin/gpm install -f -y admin \ && apt-get purge -y unzip wget \ && rm -rf /var/lib/apt/lists/* \ && chown www-data:www-data /var/www diff --git a/README.md b/README.md index 586dce3..fc789ac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Grav on Docker -[https://github.com/evnsio/grav] +Not ready just yet...