diff --git a/ui/Makefile b/ui/Makefile index ec66128b..0a4cf9ad 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -29,8 +29,8 @@ install: install-embed-markdown-loader .PHONY: start start: - $(bindir)/webpack-dev-server --config webpack/index.js - + $(bindir)/webpack-dev-server --config webpack/index.js --host 0.0.0.0 + .PHONY: install-production install-production: install yarn install --pure-lockfile --prefer-offline