Skip to content

Commit 334ff49

Browse files
committed
fix: proxyscotch container not starting
1 parent 99c6b9c commit 334ff49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ elif [ -n "${DEFAULT_BANNED_DESTS}" ]; then
4242
fi
4343

4444
# Execute the command with the arguments
45-
./proxyscotch $HOST_ARG $TOKEN_ARG $ORIGINS_ARG $BANNED_OUTPUTS_ARG $BANNED_DESTS_ARG
45+
proxyscotch $HOST_ARG $TOKEN_ARG $ORIGINS_ARG $BANNED_OUTPUTS_ARG $BANNED_DESTS_ARG

0 commit comments

Comments
 (0)