Skip to content

Commit

Permalink
Add missing build args for demo pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmilekic committed Oct 2, 2020
1 parent 20e8c23 commit ba25d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ endef

define BUILD_DEMOS_ARGS
--build-arg="SDK_URI=https://sandbox.optable.co/static/web/sdk.js"
--build-arg="SANDBOX_HOST=sandbox.optable.co"
--build-arg="SANDBOX_INSECURE=false"
endef

.DEFAULT_GOAL := build
Expand Down

0 comments on commit ba25d71

Please sign in to comment.