Skip to content

Commit b871a46

Browse files
committed
Fix entrypoint to run bin script directly
1 parent d0a83a1 commit b871a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [ -n "${COUNTRY:-}" ]; then
77
args+=(--country "$COUNTRY")
88
fi
99

10-
exec bundle exec free_zipcode_data "${args[@]}"
10+
exec bundle exec ruby bin/free_zipcode_data "${args[@]}"

0 commit comments

Comments
 (0)