Skip to content

Commit

Permalink
chore: remove unused build-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Aug 2, 2022
1 parent d1dba74 commit 5cd2ccd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webapp/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ build-docker: ./Dockerfile
--build-arg react_app_eos_bp_json_on_chain_table="$(REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE)" \
--build-arg react_app_eos_bp_json_on_chain_scope="$(REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE)" \
--build-arg react_app_token_symbol="$(REACT_APP_TOKEN_SYMBOL)" \
--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_network_url='$(REACT_APP_NETWORK_URL)' \
--build-arg react_app_block_explorer_url='$(REACT_APP_BLOCK_EXPLORER_URL)' \
Expand Down

0 comments on commit 5cd2ccd

Please sign in to comment.