1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

Expanding makefile

This commit is contained in:
Joseph Pintozzi
2019-04-29 21:44:14 -07:00
parent eff730aec9
commit 3d2be994ad

View File

@@ -8,4 +8,10 @@ test:
lint: lint:
pycodestyle */*.py --show-source --ignore=E501 pycodestyle */*.py --show-source --ignore=E501
docker:
docker build -t pyro2927/southwestcheckin .
release:
docker push pyro2927/southwestcheckin
.PHONY: all .PHONY: all