Commit 44fac6ce authored by Tobias Munk's avatar Tobias Munk

removed open from make all

parent 0a440666
Pipeline #14074 passed with stages
in 2 minutes and 12 seconds
......@@ -22,7 +22,7 @@ endif
default: help
all: up setup open
all: up setup
open: ##@docker open application web service in browser
open http://$(DOCKER_HOST_IP):`$(DOCKER_COMPOSE) port $(WEB) 80 | sed 's/[0-9.]*://'`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment