3 lines
114 B
Bash
3 lines
114 B
Bash
|
./prepare-cert.sh
|
||
|
docker build --tag "${img:-openslides/openslides-haproxy:latest}" \
|
||
|
--pull "${OPTIONS[@]}" .
|