We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb59045 commit e575ef3Copy full SHA for e575ef3
bin/docker-entrypoint
@@ -1,7 +1,7 @@
1
#!/bin/bash -e
2
3
# If running the rails server then create or migrate existing database
4
-if ([ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]) || [ "${1}" == "./bin/dev" ] || [[ $@ == *"bundle exec puma"* ]]; then; then
+if ([ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]) || [ "${1}" == "./bin/dev" ] || [[ $@ == *"bundle exec puma"* ]]; then
5
./bin/rails db:prepare
6
fi
7
0 commit comments