Skip to content

Commit

Permalink
Run alembic at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 28, 2019
1 parent 2341d29 commit decc906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ if [ ! -f /data/config.yaml ]; then
fi

mkdir -p /var/log/maubot /data/plugins /data/trash /data/dbs
#alembic -x config=/data/config.yaml upgrade head
alembic -x config=/data/config.yaml upgrade head
fixperms
exec su-exec $UID:$GID python3 -m maubot -c /data/config.yaml -b docker/example-config.yaml

0 comments on commit decc906

Please sign in to comment.