From 40c55b3e7c4b7ce0f9c3b01e74b0559deed69076 Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 25 Jul 2023 08:52:45 -0700 Subject: [PATCH] Add build command, that docker container will be build automatically by installation script in main v5 repo --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0a1aa9f..967ec33 100644 --- a/package.json +++ b/package.json @@ -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",