mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
changed Dockerfile to not copy .env file
This commit is contained in:
parent
525ead5cbb
commit
f3e9fb6e9f
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user