diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2aedfe5 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: image +image: + docker build -t atechnohazard/katbin-elixir . + +.PHONY: push +push: + docker push atechnohazard/katbin-elixir \ No newline at end of file