diff --git a/bin/entrypoint b/bin/entrypoint index 54e4d9b..ea487d2 100755 --- a/bin/entrypoint +++ b/bin/entrypoint @@ -18,6 +18,7 @@ if [[ "${1}" == *rails ]] && ([ "${2}" == "server" ] || [ "${2}" == "s" ]); then echo "- copying assets done." fi + bundle config fi # Execute the given or default command: