diff --git a/production/docker/bch-dex/Dockerfile b/production/docker/bch-dex/Dockerfile index 434c43e..77ed09e 100644 --- a/production/docker/bch-dex/Dockerfile +++ b/production/docker/bch-dex/Dockerfile @@ -64,7 +64,7 @@ RUN npm install RUN npm run docs # Copy the wallet files -COPY wallet.json wallet.json +#COPY wallet.json wallet.json #VOLUME /home/safeuser/keys diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 240aecc..b27bf5b 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -80,8 +80,8 @@ services: - p2wdb ports: - '5700:5700' # : - # volumes: - # - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata + volumes: + - ../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json restart: always dex-ui: