diff --git a/.drone.yml b/.drone.yml index 659daf25..35fe696d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: Build Docker Image image: plugins/docker settings: - build_args: "API_BASE_URL=https://http://www.sangwaritaxi.com" + build_args: "API_BASE_URL=https://www.sangwaritaxi.com/" username: from_secret: docker_username password: diff --git a/dockerfile b/dockerfile index 72ee4462..133cda92 100644 --- a/dockerfile +++ b/dockerfile @@ -1,6 +1,6 @@ FROM node:21-alpine as builder -ARG API_BASE_URL="https://mfs-api.midastix.com" +ARG API_BASE_URL="https://www.sangwaritaxi.com/" ENV REACT_APP_API_BASE_URL $API_BASE_URL