Skip to content

Commit 1674395

Browse files
Update entrypoint.sh - bug fix
1 parent 65fd0e5 commit 1674395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ done
7676
# Run the Docker container from the specified image
7777
if [ "$valid_command" = true ]; then
7878
docker pull bitoai/cra:latest >&2
79-
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest "$docker_cmd_args"
79+
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $docker_cmd_args
8080
else
8181
echo "$INPUT_COMMAND is not supported"
8282
exit 0 # Exit the script with a non-zero status code

0 commit comments

Comments
 (0)