This repository has been archived on 2026-07-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
servicepoint-tanks/Makefile
2024-05-06 00:33:49 +02:00

10 lines
219 B
Makefile

TAG=cccb-tanks-cs
build:
podman build tanks-backend --tag=$(TAG)-backend
podman build tank-frontend --tag=$(TAG)-frontend
podman build . --tag=$(TAG)
run: build
podman run -i -p 3000:3000 localhost/$(TAG):latest