Skip to content

Commit

Permalink
launch chromedriver correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cbackas committed Oct 27, 2024
1 parent b2189b5 commit 8e5b74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ $# -gt 0 ]]; then
# check if the command is "map_service"
if [ "$1" = "map_service" ]; then
# run chromium-driver in the background
/usr/bin/chromium-driver --no-sandbox --headless --disable-gpu --port=4444 &
/usr/bin/chromedriver --no-sandbox --headless --disable-gpu --port=4444 &
fi
dumb-init -- "$@"
fi

0 comments on commit 8e5b74d

Please sign in to comment.