mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
f51008aef0
This change should ease the spawn of a development environment. It can be used as a vscode devcontainer. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 lines
205 B
Bash
Executable file
6 lines
205 B
Bash
Executable file
#!/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 "$@"
|