QR code & clickable URL on TV lobby, BOOST card-only, remove METEOR_STRIKE/TELEPORT, fix vite base paths for production, Dockerfile with frontend builds, Makefile with podman
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
REGISTRY := gitea.korbel.network
|
||||
IMAGE := nico/spacerace
|
||||
TAG := latest
|
||||
ENGINE := podman
|
||||
|
||||
.PHONY: build push
|
||||
|
||||
build:
|
||||
$(ENGINE) build -f server/Dockerfile -t $(IMAGE):$(TAG) .
|
||||
|
||||
push: build
|
||||
$(ENGINE) tag $(IMAGE):$(TAG) $(REGISTRY)/$(IMAGE):$(TAG)
|
||||
$(ENGINE) push $(REGISTRY)/$(IMAGE):$(TAG)
|
||||
Reference in New Issue
Block a user