Fix autobuild port forw

This commit is contained in:
Martin Mahner 2019-12-08 18:21:42 +01:00
parent 462e515d80
commit c02ad94d70

View file

@ -27,7 +27,7 @@ docs: ## Compile the documentation
.PHONY: watch-docs
docs-watch: ## Compile the documentation and watch for changes
docker-compose run --rm app sphinx-autobuild docs docs/_build/html
docker-compose run -p 8000:8000 --rm app sphinx-autobuild -H 0 -p 8000 docs docs/_build/html
.PHONY: css
css: ## Compile SCSS files