1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 17:56:31 +00:00
Files
docker-wallabag/entrypoint.sh
Kevin Decherf 3ee10895d8 wip
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2021-03-30 22:14:34 +02:00

7 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 "$@"