e225a57f97
- Removing channels. Going back to a wsgi deployment - Removed server projector code - Autoupdate throttling is now in the client - New communication stack in the client - Adopted all deployment methods: Docker stack and docker compose (prod and dev) - Added autoupdate service as submodule
7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
./prepare-cert.sh
|
|
docker build --tag "${img:-openslides/openslides-${service_name}:latest}" \
|
|
--pull "${OPTIONS[@]}" .
|