Fix syntax error in app.py bootstrap_database function
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2025-07-03 13:15:44 -04:00
parent 5f920a7e37
commit e2916aec56
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ services:
- ploughshares-internal - ploughshares-internal
volumes: volumes:
- ploughshares_db_data:/var/lib/postgresql/data - ploughshares_db_data:/var/lib/postgresql/data
- ./docker/ploughshares/schema.sql:/docker-entrypoint-initdb.d/schema.sql
volumes: volumes:
ploughshares_db_data: ploughshares_db_data: