Skip to content

Commit f3e9fb6

Browse files
HomerHomer
Homer
authored and
Homer
committed
changed Dockerfile to not copy .env file
1 parent 525ead5 commit f3e9fb6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN \
4141
tar xf \
4242
/tmp/bookstack.tar.gz -C \
4343
/var/www/html/ --strip-components=1 && \
44-
cp /var/www/html/.env.example /defaults/.env && \
4544
echo "**** install composer ****" && \
4645
cd /tmp && \
4746
curl -sS https://getcomposer.org/installer | php && \

Dockerfile.aarch64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ RUN \
4444
tar xf \
4545
/tmp/bookstack.tar.gz -C \
4646
/var/www/html/ --strip-components=1 && \
47-
cp /var/www/html/.env.example /defaults/.env && \
4847
echo "**** install composer ****" && \
4948
cd /tmp && \
5049
curl -sS https://getcomposer.org/installer | php && \

Dockerfile.armhf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ RUN \
4444
tar xf \
4545
/tmp/bookstack.tar.gz -C \
4646
/var/www/html/ --strip-components=1 && \
47-
cp /var/www/html/.env.example /defaults/.env && \
4847
echo "**** install composer ****" && \
4948
cd /tmp && \
5049
curl -sS https://getcomposer.org/installer | php && \

0 commit comments

Comments
 (0)