Skip to content

Commit

Permalink
make docker-entrypoint exit on error (#47496)
Browse files Browse the repository at this point in the history
Fixes #47414
  • Loading branch information
rubys committed Feb 24, 2023
1 parent b6964e8 commit 6eb882e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e

# If running the rails server then create or migrate existing database
if [ "${*}" == "./bin/rails server" ]; then
Expand Down

0 comments on commit 6eb882e

Please sign in to comment.