Containerfile, composefile and makefile target for building images
This commit is contained in:
parent
0b11ac87cd
commit
64553bb153
3 changed files with 30 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -4,5 +4,8 @@ run:
|
|||
build:
|
||||
go build -o beretta src/*.go
|
||||
|
||||
build-container:
|
||||
podman build -t beretta .
|
||||
|
||||
clean:
|
||||
rm beretta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue