katbin/Makefile

7 lines
134 B
Makefile
Raw Permalink Normal View History

.PHONY: image
image:
docker build -t atechnohazard/katbin-elixir .
.PHONY: push
push: image
docker push atechnohazard/katbin-elixir