3
0

modded dockerfile to use docker hub
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Mike Sutton 2022-06-07 14:43:13 +02:00
parent 2dda8289d1
commit ba480caa41

View File

@ -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