1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Fix SQLite database location

This commit is contained in:
Yassine Guedidi 2022-05-03 06:47:58 +02:00
parent d4a331af4a
commit 1efe54859f
3 changed files with 3 additions and 2 deletions

View file

@ -74,6 +74,7 @@ RUN mkdir -p \
/var/www/html/var/cache \
/var/www/html/web/assets \
/var/www/html/data \
/var/www/html/data/db \
/var/www/.cache
ENTRYPOINT ["/entrypoint.sh"]