From a611580f48159661d46b7d8c42336f002d86acff Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 15 May 2025 19:18:41 -0700 Subject: [PATCH] Turning off CI option --- production/docker/bch-dex-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/bch-dex-ui/Dockerfile b/production/docker/bch-dex-ui/Dockerfile index 42a4c76..b8f2795 100644 --- a/production/docker/bch-dex-ui/Dockerfile +++ b/production/docker/bch-dex-ui/Dockerfile @@ -61,7 +61,7 @@ RUN git checkout ct-unstable RUN npm install # Build the site -RUN CI=true npm run build +RUN npm run build # Load the NGINX image. FROM nginx