katbin/Makefile
SphericalKat de365b36ad
chore(build): add image to push dependencies
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-12-08 23:12:17 +05:30

7 lines
134 B
Makefile

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