1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +02:00

Add compose-dev.yml file and update startup.sh script

This commit is contained in:
Sean Morley 2024-04-18 01:24:00 +00:00
parent 2249052ab7
commit 7fe90f615f
2 changed files with 14 additions and 2 deletions

View file

@ -29,10 +29,9 @@ run_sql_scripts() {
echo "Starting AdventureLog"
# Wait for the database to start up
if (!$SKIP_DB_WAIT); then
if [ -z "$SKIP_DB_WAIT" ] || [ "$SKIP_DB_WAIT" = "false" ]; then
wait_for_db
fi
wait_for_db
# generate the schema
# npm run generate