fix(production): Mounting wallet file instead of including it in Docker image

This commit is contained in:
Chris Troutner
2022-05-01 09:27:52 -07:00
parent cddf141ce4
commit 04f77c883a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -80,8 +80,8 @@ services:
- p2wdb
ports:
- '5700:5700' # <host port>:<container port>
# volumes:
# - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
volumes:
- ../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json
restart: always
dex-ui: