chore(build): add makefile

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-08-14 14:55:22 +05:30
parent 5d05a87263
commit 0091de08b0
No known key found for this signature in database
GPG Key ID: ED5C54FBBB920E51

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: image
image:
docker build -t atechnohazard/katbin-elixir .
.PHONY: push
push:
docker push atechnohazard/katbin-elixir