Create data directories in docker entry point if they don't exist

This commit is contained in:
Alejandro Celaya
2024-01-03 19:22:33 +01:00
parent 9bdbb59401
commit 554b948775
4 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,14 @@
bin/rr
config/autoload/*local*
data/*
data/infra
data/cache/*
data/log/*
data/locks/*
data/proxies/*
data/migrations_template.txt
data/GeoLite2-City*
data/database.sqlite
data/shlink-tests.db
CHANGELOG.md
CONTRIBUTING.md
UPGRADE.md