From 94cfb4c7850681ddee9e6aa8b6fba337aa1b92ff Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 9 Oct 2022 10:32:51 -0700 Subject: [PATCH] Customizing for temp demo --- 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 7a308d3..4a25023 100644 --- a/production/docker/bch-dex-ui/Dockerfile +++ b/production/docker/bch-dex-ui/Dockerfile @@ -53,7 +53,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui-v WORKDIR /home/safeuser/bch-dex-ui-v2 # For development: switch to unstable branch -RUN git checkout ct-unstable +RUN git checkout temp-demo # Install dependencies #RUN mkdir .ipfsdata