mirror of
https://github.com/friendica/docker
synced 2025-04-28 05:50:57 +02: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
|
@ -8,3 +8,4 @@
|
||||||
/config/addon.ini.php
|
/config/addon.ini.php
|
||||||
/config/local.config.php
|
/config/local.config.php
|
||||||
/config/addon.config.php
|
/config/addon.config.php
|
||||||
|
/storage/
|
|
@ -8,3 +8,4 @@
|
||||||
/config/addon.ini.php
|
/config/addon.ini.php
|
||||||
/config/local.config.php
|
/config/local.config.php
|
||||||
/config/addon.config.php
|
/config/addon.config.php
|
||||||
|
/storage/
|
|
@ -21,8 +21,8 @@ RUN set -ex; \
|
||||||
autoconf \
|
autoconf \
|
||||||
g++ \
|
g++ \
|
||||||
make \
|
make \
|
||||||
libressl \
|
openssl \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
libpng \
|
libpng \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libjpeg-turbo-dev \
|
libjpeg-turbo-dev \
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
/config/addon.ini.php
|
/config/addon.ini.php
|
||||||
/config/local.config.php
|
/config/local.config.php
|
||||||
/config/addon.config.php
|
/config/addon.config.php
|
||||||
|
/storage/
|
|
@ -8,3 +8,4 @@
|
||||||
/config/addon.ini.php
|
/config/addon.ini.php
|
||||||
/config/local.config.php
|
/config/local.config.php
|
||||||
/config/addon.config.php
|
/config/addon.config.php
|
||||||
|
/storage/
|
|
@ -8,3 +8,4 @@
|
||||||
/config/addon.ini.php
|
/config/addon.ini.php
|
||||||
/config/local.config.php
|
/config/local.config.php
|
||||||
/config/addon.config.php
|
/config/addon.config.php
|
||||||
|
/storage/
|
|
@ -21,8 +21,8 @@ RUN set -ex; \
|
||||||
autoconf \
|
autoconf \
|
||||||
g++ \
|
g++ \
|
||||||
make \
|
make \
|
||||||
libressl \
|
openssl \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
libpng \
|
libpng \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libjpeg-turbo-dev \
|
libjpeg-turbo-dev \
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
/config/addon.ini.php
|
/config/addon.ini.php
|
||||||
/config/local.config.php
|
/config/local.config.php
|
||||||
/config/addon.config.php
|
/config/addon.config.php
|
||||||
|
/storage/
|
|
@ -8,3 +8,4 @@
|
||||||
/config/addon.ini.php
|
/config/addon.ini.php
|
||||||
/config/local.config.php
|
/config/local.config.php
|
||||||
/config/addon.config.php
|
/config/addon.config.php
|
||||||
|
/storage/
|
|
@ -20,8 +20,8 @@ RUN set -ex; \
|
||||||
autoconf \
|
autoconf \
|
||||||
g++ \
|
g++ \
|
||||||
make \
|
make \
|
||||||
libressl \
|
openssl \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
libpng \
|
libpng \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libjpeg-turbo-dev \
|
libjpeg-turbo-dev \
|
||||||
|
|
Loading…
Add table
Reference in a new issue