We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93eee3d commit bd460e4Copy full SHA for bd460e4
entrypoint.sh
@@ -3,6 +3,9 @@
3
# Exit immediately if any command fails
4
set -euf -o pipefail
5
6
+# Debugging
7
+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"
11
TEMP_RESTORE_FILE="${BACKUP_PATH}/latest-backup.tar.gz"
0 commit comments