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