Skip to content

Commit

Permalink
test sites
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed May 7, 2024
1 parent ea1bef7 commit 1a423c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/sites/initDB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ psql "user=$POSTGRES_ADMIN_USERNAME password=$POSTGRES_ADMIN_PASSWORD host=$POST

echo "init db complete"


# Change ownership of .npm cache folder
sudo chown -R 1015500000:0 "/.npm"
# run type orm migrations
npm run typeorm:run-migrations
echo "migrations completed"
Expand Down

0 comments on commit 1a423c0

Please sign in to comment.