diff --git a/Makefile b/Makefile index f9c34c5..b4d2467 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,6 @@ exec: .PHONY: push push: + docker system prune + docker build --no-cache --tag code.modernleft.org/gravityfargo/quartz-docker:$(TAG) . docker push code.modernleft.org/gravityfargo/quartz-docker:$(TAG) \ No newline at end of file