[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/JBSP-code/tiny_python_projects/master/docker/Makefile [Back]  [Original]

TAG = kyclark/tiny_python_projects:0.2.0

img:
	docker build --tag=$(TAG) .

shell:
	docker run -it $(TAG) bash

push: 
	docker push $(TAG)

Web Proxy Viewer  |  New URL  |  Original Page