From bf349a44a1b42505c9c768fab2d40d211f62de05 Mon Sep 17 00:00:00 2001 From: hardik Date: Wed, 16 Jul 2025 17:52:06 +0530 Subject: [PATCH] fix --- .drone.yml | 2 +- dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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