++makefile

This commit is contained in:
Nico Schottelius 2024-11-15 21:19:54 +09:00
parent 26ec23a7e7
commit 72942a8a3c

View file

@ -20,6 +20,10 @@ container: push
docker build -t $(IMAGE_NAME):$(VERSION) .
docker push $(IMAGE_NAME):$(VERSION)
justcontainer:
docker build -t $(IMAGE_NAME):$(VERSION) .
docker push $(IMAGE_NAME):$(VERSION)
push:
git push