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