From ba480caa41b1b45326a2116ba408f11790843bb6 Mon Sep 17 00:00:00 2001 From: Mike Sutton Date: Tue, 7 Jun 2022 14:43:13 +0200 Subject: [PATCH] modded dockerfile to use docker hub --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9e6b9b..55b7a77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM caddy:2 COPY /public /usr/share/caddy/ -#APP=login_themes && TARGET=master && docker build -f ./Dockerfile -t registry.wizewerx.tech/tools/$APP:$TARGET . && docker push registry.wizewerx.tech/tools/$APP:$TARGET +#APP=wizewerx/login_themes && TARGET=master && docker build -f ./Dockerfile -t $APP:$TARGET . && docker push $APP:$TARGET