We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a83a1 commit b871a46Copy full SHA for b871a46
1 file changed
docker-entrypoint.sh
@@ -7,4 +7,4 @@ if [ -n "${COUNTRY:-}" ]; then
7
args+=(--country "$COUNTRY")
8
fi
9
10
-exec bundle exec free_zipcode_data "${args[@]}"
+exec bundle exec ruby bin/free_zipcode_data "${args[@]}"
0 commit comments