From 1e4b71aacd1d49f1df90450542c119fc8e7345ee Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 3 May 2022 07:03:13 -0700 Subject: [PATCH] fix(production): Switching to newly name UI repo --- production/docker/bch-dex-ui/Dockerfile | 4 ++-- production/rpi-docker/bch-dex-ui/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/production/docker/bch-dex-ui/Dockerfile b/production/docker/bch-dex-ui/Dockerfile index ac374ba..a6dd256 100644 --- a/production/docker/bch-dex-ui/Dockerfile +++ b/production/docker/bch-dex-ui/Dockerfile @@ -46,11 +46,11 @@ RUN npm set registry http://94.130.170.209:4873/ # Clone the rest.bitcoin.com repository WORKDIR /home/safeuser -RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui2 +RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui # Switch to the desired branch. `master` is usually stable, # and `stage` has the most up-to-date changes. -WORKDIR /home/safeuser/bch-dex-ui2 +WORKDIR /home/safeuser/bch-dex-ui # For development: switch to unstable branch RUN git checkout ct-unstable diff --git a/production/rpi-docker/bch-dex-ui/Dockerfile b/production/rpi-docker/bch-dex-ui/Dockerfile index ac374ba..a6dd256 100644 --- a/production/rpi-docker/bch-dex-ui/Dockerfile +++ b/production/rpi-docker/bch-dex-ui/Dockerfile @@ -46,11 +46,11 @@ RUN npm set registry http://94.130.170.209:4873/ # Clone the rest.bitcoin.com repository WORKDIR /home/safeuser -RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui2 +RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui # Switch to the desired branch. `master` is usually stable, # and `stage` has the most up-to-date changes. -WORKDIR /home/safeuser/bch-dex-ui2 +WORKDIR /home/safeuser/bch-dex-ui # For development: switch to unstable branch RUN git checkout ct-unstable