mirror of
https://github.com/friendica/docker
synced 2025-01-30 11:17:54 +01:00
Merge pull request #51 from nupplaphil/storage_exclude
New storage directory to exclude
This commit is contained in:
commit
b401228476
10 changed files with 20 additions and 13 deletions
|
@ -7,4 +7,5 @@
|
|||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/addon.config.php
|
||||
/storage/
|
|
@ -7,4 +7,5 @@
|
|||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/addon.config.php
|
||||
/storage/
|
|
@ -21,8 +21,8 @@ RUN set -ex; \
|
|||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
libressl \
|
||||
libressl-dev \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
libpng \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/addon.config.php
|
||||
/storage/
|
|
@ -7,4 +7,5 @@
|
|||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/addon.config.php
|
||||
/storage/
|
|
@ -7,4 +7,5 @@
|
|||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/addon.config.php
|
||||
/storage/
|
|
@ -21,8 +21,8 @@ RUN set -ex; \
|
|||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
libressl \
|
||||
libressl-dev \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
libpng \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/addon.config.php
|
||||
/storage/
|
|
@ -7,4 +7,5 @@
|
|||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/addon.config.php
|
||||
/storage/
|
|
@ -20,8 +20,8 @@ RUN set -ex; \
|
|||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
libressl \
|
||||
libressl-dev \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
libpng \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
|
|
Loading…
Reference in a new issue