We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cddf817 + d069b28 commit 61cd9e8Copy full SHA for 61cd9e8
entrypoint.sh
@@ -4,7 +4,7 @@
4
set -euf -o pipefail
5
6
# Debugging
7
-echo `ls -al /tmp`
+#echo `ls -al /tmp`
8
9
BACKUP_PATH="/app/db" # This must match the path in the Dockerfile and backup.sh
10
DB_PATH="${BACKUP_PATH}/${DB_NAME}.sqlite3"
0 commit comments