Skip to content

Commit 2ea62b9

Browse files
authored
Run under bash to avoid syntax error in conditional
1 parent 0819a81 commit 2ea62b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/docker-entrypoint.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

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

0 commit comments

Comments
 (0)