From e35d3cf0e15454b84e2db068291888a39153f783 Mon Sep 17 00:00:00 2001 From: Adriel Diaz Date: Wed, 12 May 2021 08:40:56 -0600 Subject: [PATCH] fix: wrong value for REACT_APP_DISABLED_MENU_ITEMS --- webapp/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/makefile b/webapp/makefile index 133e1f69..088805c9 100644 --- a/webapp/makefile +++ b/webapp/makefile @@ -50,7 +50,7 @@ build-docker: ./Dockerfile --build-arg react_app_eos_mainnet="$(REACT_APP_EOS_MAINNET)" \ --build-arg react_app_jungle_testnet="$(REACT_APP_JUNGLE_TESTNET)" \ --build-arg react_app_lacchain_testnet="$(REACT_APP_LACCHAIN_TESTNET)" \ - --build-arg react_app_disabled_menu_items="$(REACT_APP_DISABLED_MENU_ITEMS)" \ + --build-arg react_app_disabled_menu_items='$(REACT_APP_DISABLED_MENU_ITEMS)' \ . pull-image: ##@devops Pull the latest image from registry for caching