Set it so Docker image uses an empty database by default.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -f /src/db/cards.db ]; then
|
||||
cp cards-jwasham.db /src/db/cards.db
|
||||
cp cards-empty.db /src/db/cards.db
|
||||
fi
|
||||
|
||||
export CARDS_SETTINGS=/src/config.txt
|
||||
|
||||
Reference in New Issue
Block a user