Fix entrypoint permissions, add makefile
This commit is contained in:
7
.infra/makefile
Normal file
7
.infra/makefile
Normal 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
|
Reference in New Issue
Block a user