mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +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
|
$DOCKER_COMPOSE run --rm --service-ports web
|
||||||
;;
|
;;
|
||||||
initdb)
|
initdb)
|
||||||
initdb "@"
|
initdb "$@"
|
||||||
;;
|
;;
|
||||||
resetdb)
|
resetdb)
|
||||||
prod_error
|
prod_error
|
||||||
|
|
Loading…
Reference in a new issue