From 2531524ffd3b4ee382fdee5204f5ae79a1287080 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 22 Sep 2023 11:22:36 -0700 Subject: [PATCH] Updated makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5696a46..10188e0 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,5 @@ publish: cargo publish docker: wasm - docker build ./server -t git.betalupi.com/mark/daisy + docker build ./server -t git.betalupi.com/mark/daisy --no-cache + docker push git.betalupi.com/mark/daisy