try copying mnemonic files in dist as solution

This commit is contained in:
Ulf Gebhardt 2022-01-25 17:59:50 +01:00
parent a424bb8fee
commit 8a9fc846f5
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ CMD /bin/sh -c "yarn run up"
##################################################################################
# PRODUCTION RESET ###############################################################
##################################################################################
# FROM production as production_reset
FROM production as production_reset
# Run command
CMD /bin/sh -c "yarn run reset"

View File

@ -8,7 +8,7 @@
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc --build",
"build": "tsc --build && cp ./src/config/*.txt ./build/src/config/",
"clean": "tsc --build --clean",
"up": "node build/src/index.js up",
"down": "node build/src/index.js down",