Skip to content

Commit

Permalink
fixup! feat(devcontainer): startup with the reset_db script
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Feb 14, 2024
1 parent 232cdec commit fac24a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reset_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rm -f "${DB_FILE}"

# run database migrations and other initialization

./bin/init.sh
bin/init.sh

# create a superuser account for backend admin access
# set username, email, and password using environment variables
Expand Down

0 comments on commit fac24a8

Please sign in to comment.