katbin/Makefile

7 lines
128 B
Makefile
Raw Normal View History

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