We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddf817 commit d069b28Copy full SHA for d069b28
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