Skip to content

Commit bd460e4

Browse files
Update entrypoint.sh
1 parent 93eee3d commit bd460e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Exit immediately if any command fails
44
set -euf -o pipefail
55

6+
# Debugging
7+
echo `ls -al /tmp`
8+
69
BACKUP_PATH="/app/db" # This must match the path in the Dockerfile and backup.sh
710
DB_PATH="${BACKUP_PATH}/${DB_NAME}.sqlite3"
811
TEMP_RESTORE_FILE="${BACKUP_PATH}/latest-backup.tar.gz"

0 commit comments

Comments
 (0)