servicepoint-tanks/Makefile

8 lines
119 B
Makefile
Raw Normal View History

2024-04-13 14:14:50 +02:00
TAG=cccb-tanks-cs
build:
podman build . --tag=$(TAG)
run: build
podman run -i -p 3000:3000 localhost/$(TAG):latest