OpenSlides/dev-commands/manage.sh
Oskar Hahn f473796ce6 Update manage service
It know has a tunnel command. See

manage help tunnel

for more information and examples.

There is not need to open the ports
2021-05-17 00:17:26 +02:00

4 lines
139 B
Bash

#!/bin/bash
docker build openslides-manage-service/ --target manage --tag openslides-manage
docker run --network host openslides-manage $@