mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
7 lines
205 B
Bash
7 lines
205 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
envsubst < /opt/wallabag/config/wallabag-php.ini > /usr/local/etc/php/conf.d/wallabag-php.ini
|
||
|
envsubst < /opt/wallabag/config/parameters.yml > /var/www/html/app/config/parameters.yml
|
||
|
|
||
|
exec "$@"
|