ott and stuff
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user