Skip to content

Commit

Permalink
Update start.sh configuration (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriSBie authored Aug 23, 2024
1 parent b5e068a commit 9dbc93d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

set -e
echo "run db migration"

if [ ! -f /app/app.env ]; then
Expand All @@ -12,6 +11,8 @@ set -a
. /app/app.env
set +a

grep -v '^#' app.env | grep -v '^$'

# Debugging: Print the DB_SOURCE to ensure it is loaded
echo "DB_SOURCE is $DB_SOURCE"

Expand Down

0 comments on commit 9dbc93d

Please sign in to comment.