debug what's failing
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
# If running the rails server then create or migrate existing database
|
# If running the rails server then create or migrate existing database
|
||||||
if [ "${*}" == "./bin/rails server" ]; then
|
# if [ "${*}" == "./bin/rails server" ]; then
|
||||||
./bin/rails db:prepare
|
# ./bin/rails db:prepare
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
exec "${@}"
|
exec "${@}"
|
||||||
|
|||||||
Reference in New Issue
Block a user