diff --git a/Makefile b/Makefile index 1c290c4..707faae 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,10 @@ test: lint: pycodestyle */*.py --show-source --ignore=E501 +docker: + docker build -t pyro2927/southwestcheckin . + +release: + docker push pyro2927/southwestcheckin + .PHONY: all