katbin/Makefile
SphericalKat 0091de08b0
chore(build): add makefile
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-08-14 14:55:22 +05:30

7 lines
128 B
Makefile

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