Add build command, that docker container will be build automatically by installation script in main v5 repo

This commit is contained in:
Theo 2023-07-25 08:52:45 -07:00
parent fd72f09e11
commit 40c55b3e7c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"prettier:fix": "npx prettier --write . --config .prettierrc",
"lint": "yarn eslint && yarn prettier:check",
"test": "mocha",
"build": "docker build -t tornadocash/relayer:mainnet-v5 .",
"start": "docker-compose up -d redis && concurrently \"yarn server\" \"yarn priceWatcher\" \"yarn treeWatcher\" \"yarn worker\" \"yarn healthWatcher\""
},
"author": "tornado.cash",