3
0
login_themes/Dockerfile
Mike Sutton cb189fa7c1
All checks were successful
continuous-integration/drone/push Build is passing
styled for buyersform
2023-08-22 02:05:25 +02:00

6 lines
173 B
Docker

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