changed Dockerfile to not copy .env file

This commit is contained in:
Homer 2018-10-05 17:06:49 +01:00
parent 525ead5cbb
commit f3e9fb6e9f
3 changed files with 0 additions and 3 deletions

View File

@ -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 && \

View File

@ -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 && \

View File

@ -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 && \