diff --git a/scripts/build-frontend.sh b/scripts/build-frontend.sh index 3552f3b..0929aa5 100755 --- a/scripts/build-frontend.sh +++ b/scripts/build-frontend.sh @@ -13,7 +13,7 @@ IMAGE_TAG="latest" NO_CACHE=false RUN_CONTAINER=false CONTAINER_NAME="rideaware-frontend" -API_URL="https://dev-api.rideaware.org" +API_URL="http://127.0.0.1:5010" # Help function show_help() {