diff --git a/production/docker/bch-dex-ui/Dockerfile b/production/docker/bch-dex-ui/Dockerfile index 7c228b0..138148f 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-v3 # For development: switch to unstable branch -RUN git checkout fullstack +RUN git checkout ct-unstable # Install dependencies #RUN mkdir .ipfsdata @@ -61,7 +61,8 @@ RUN git checkout fullstack RUN npm install # Build the site -RUN CI=true npm run build +#RUN CI=true npm run build +RUN npm run build # Load the NGINX image. FROM nginx diff --git a/production/wallet-bkup.json b/production/wallet-bkup.json new file mode 100644 index 0000000..92ac699 --- /dev/null +++ b/production/wallet-bkup.json @@ -0,0 +1,11 @@ +{ + "privateKey": "L4VyBDiWYYeeZhkM3xE3nsZigXJYmvRM29YBxoC7da4FzvubjxFo", + "publicKey": "028d6c77d865e6140db4b879a9bdf69ee4846593c0b6c48a82c448d5792806aab1", + "mnemonic": "split title trigger soda execute frost brush labor vague protect bicycle fiscal", + "cashAddress": "bitcoincash:qprrdk7en7m774gsafkycxcymc9ry209jus5v8wx5z", + "address": "bitcoincash:qprrdk7en7m774gsafkycxcymc9ry209jus5v8wx5z", + "legacyAddress": "17QG25rNUfnfj2NtdaFiyiqKSJatvEnMYd", + "hdPath": "m/44'/245'/0'/0/0", + "slpAddress": "simpleledger:qprrdk7en7m774gsafkycxcymc9ry209juu08umx2u", + "nextAddress": 1 +}