mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Fix bw-dev initdb
This commit is contained in:
parent
941efb3f72
commit
ebcacfc6c5
1 changed files with 1 additions and 1 deletions
2
bw-dev
2
bw-dev
|
@ -91,7 +91,7 @@ case "$CMD" in
|
|||
$DOCKER_COMPOSE run --rm --service-ports web
|
||||
;;
|
||||
initdb)
|
||||
initdb "@"
|
||||
initdb "$@"
|
||||
;;
|
||||
resetdb)
|
||||
prod_error
|
||||
|
|
Loading…
Reference in a new issue