Skip to content

Commit

Permalink
Merge pull request #89 from medianetlab/develop
Browse files Browse the repository at this point in the history
fix make prestart.sh script
  • Loading branch information
JFrgs authored Aug 28, 2023
2 parents adcc067 + 2427988 commit 0d769d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/app/prestart.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! /usr/bin/env bash

# Create initial data in DB
python /app/app/initial_data.py

# Let the DB start
python /app/app/backend_pre_start.py

# Run migrations
#alembic upgrade head

# Create initial data in DB
python /app/app/initial_data.py

0 comments on commit 0d769d8

Please sign in to comment.