Skip to content

Commit

Permalink
Merge pull request #482 from eoscostarica/fix/wrong-env-var-value
Browse files Browse the repository at this point in the history
fix: wrong value for REACT_APP_DISABLED_MENU_ITEMS
  • Loading branch information
xavier506 authored May 12, 2021
2 parents b712779 + e35d3cf commit 7b2e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b2e746

Please sign in to comment.