add Makefile

This commit is contained in:
Your Name
2024-08-26 02:20:43 +09:00
parent e43febe5de
commit 39ce46638f

17
Makefile/Makefile Normal file
View File

@@ -0,0 +1,17 @@
.RECIPEPREFIX := $() $()
.PHONY = all build push
all: push run
build:
docker build . -t yauk.tv/agent
push: build
docker push yauk.tv/agent
run: build
docker run --rm --network host yauk.tv/agent
test:
echo PING