summaryrefslogtreecommitdiffstats
path: root/docker/add_user.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-09-20docker: Always regenerated config files on container startupFlorian Pritz1-0/+1
We should really regenerate the configs, run migrations and hooks during each container startup. Otherwise you really can't update anything at all. The only thing that we do not do multiple times is adding the admin user, but the add_user method already checks for that and simply displayed an error. Hiding that error is probably not worth the effort so we just add a quick explanatory comment before the potential error. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-04-26Add Dockerfile and scripts to create and run a docker containerSebastian Rakel1-0/+4