We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919e007 commit 30ba45aCopy full SHA for 30ba45a
self-hosted/docker-build/run_backend.sh
@@ -6,6 +6,7 @@ export STORAGE_DIR=${STORAGE_DIR:-"$DATA_DIR/storage"}
6
export SQLITE_DB=${SQLITE_DB:-"$DATA_DIR/db.sqlite3"}
7
8
set -e
9
+set -x
10
mkdir -p "$TMPDIR" "$STORAGE_DIR"
11
12
source ./read_credentials.sh
0 commit comments