From f3e9fb6e9f5452b71a993fd132b917d9cd88b75f Mon Sep 17 00:00:00 2001 From: Homer Date: Fri, 5 Oct 2018 17:06:49 +0100 Subject: [PATCH] changed Dockerfile to not copy .env file --- Dockerfile | 1 - Dockerfile.aarch64 | 1 - Dockerfile.armhf | 1 - 3 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ca5f5a..aa7bdd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,6 @@ RUN \ tar xf \ /tmp/bookstack.tar.gz -C \ /var/www/html/ --strip-components=1 && \ - cp /var/www/html/.env.example /defaults/.env && \ echo "**** install composer ****" && \ cd /tmp && \ curl -sS https://getcomposer.org/installer | php && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 81fdb9a..52fbb93 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -44,7 +44,6 @@ RUN \ tar xf \ /tmp/bookstack.tar.gz -C \ /var/www/html/ --strip-components=1 && \ - cp /var/www/html/.env.example /defaults/.env && \ echo "**** install composer ****" && \ cd /tmp && \ curl -sS https://getcomposer.org/installer | php && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 151d213..e3c4e28 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -44,7 +44,6 @@ RUN \ tar xf \ /tmp/bookstack.tar.gz -C \ /var/www/html/ --strip-components=1 && \ - cp /var/www/html/.env.example /defaults/.env && \ echo "**** install composer ****" && \ cd /tmp && \ curl -sS https://getcomposer.org/installer | php && \