Merge branch 'master' of https://github.com/BogPlaymate/ClassQuiz into BogPlaymate/master

This commit is contained in:
Mawoka
2024-07-10 23:48:49 +02:00
4 changed files with 299 additions and 1530 deletions
+4 -2
View File
@@ -13,7 +13,9 @@ stop() {
}
init() {
mkdir /tmp/storage
if [ ! -d /tmp/storage ]; then
mkdir /tmp/storage
fi
$CONTAINER_BIN compose -f docker-compose.dev.yml up -d
sleep 2
pipenv run alembic upgrade head
@@ -30,7 +32,7 @@ a)
;;
prepare)
stop
$CONTAINER_BIN volume rm cclassquiz_db
$CONTAINER_BIN volume rm classquiz_db
init
;;
*)