finalize docker setup

now fully works via docker \o/
This commit is contained in:
2025-05-23 13:14:51 +03:00
parent 4fa80aa8c7
commit 7f17d4c29e
2 changed files with 2 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ first_launch() {
touch "secrets/.touched.$LAPIS_ENVIRONMENT"
mkdir -p data/db
luajit schema.lua
chmod -R a+rw data
lapis migrate
luajit create_default_accounts.lua
}