Fix entrypoint permissions, add makefile

This commit is contained in:
3wc
2025-07-29 14:39:27 +01:00
parent af6942a2c9
commit c63c4ff73a
2 changed files with 9 additions and 0 deletions

7
.infra/makefile Normal file
View File

@ -0,0 +1,7 @@
all: build push
build:
docker build -t git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.1.0 .
push:
docker push git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.1.0