3
0
login_themes/Dockerfile
Mike Sutton ba480caa41
Some checks reported errors
continuous-integration/drone/push Build encountered an error
modded dockerfile to use docker hub
2022-06-07 14:43:13 +02:00

4 lines
166 B
Docker

FROM caddy:2
COPY /public /usr/share/caddy/
#APP=wizewerx/login_themes && TARGET=master && docker build -f ./Dockerfile -t $APP:$TARGET . && docker push $APP:$TARGET