diff --git a/dockerfile_functions.sh b/dockerfile_functions.sh index 62ec01e84..2bc1f80a9 100755 --- a/dockerfile_functions.sh +++ b/dockerfile_functions.sh @@ -856,8 +856,8 @@ print_entrypoint() { cat "scripts/entrypoint.$2.sh" > "$dir/entrypoint.sh" chmod +x "$dir/entrypoint.sh" cat >> "$1" <