Containerfile, composefile and makefile target for building images

This commit is contained in:
Imbus 2025-06-24 12:35:49 +02:00
parent 0b11ac87cd
commit 64553bb153
3 changed files with 30 additions and 0 deletions

View file

@ -4,5 +4,8 @@ run:
build:
go build -o beretta src/*.go
build-container:
podman build -t beretta .
clean:
rm beretta