Files
beepi/containers/ott/makefile
T
2026-06-18 12:25:18 +02:00

7 lines
247 B
Makefile

REGISTRY := git.secretbee.buzz
build-ott:
cd opentogethertube && podman build --platform linux/arm64 -t $(REGISTRY)/bee/ott:latest --target docker-stage -f deploy/monolith.Dockerfile .
push-ott: build-ott
podman push $(REGISTRY)/bee/ott:latest