Skip to content

Commit

Permalink
Merge pull request #12 from linuxserver/fix-migration
Browse files Browse the repository at this point in the history
fixed migration command and dir
  • Loading branch information
alex-phillips authored Apr 28, 2022
2 parents 75cec0a + 488a375 commit b2ca119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/etc/cont-init.d/40-config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [ -d /app/budge/backend/node_modules-tmp ]; then
mv /app/budge/frontend/node_modules-tmp /app/budge/frontend/node_modules
fi

cd /app/budge/backend
npm run migrate
cd /app/budge/backend/build
npx typeorm migration:run

touch /app/budge/backend/budge.sqlite

Expand Down

0 comments on commit b2ca119

Please sign in to comment.