3
0
login_themes/Dockerfile
mike c9220d8eb3
All checks were successful
continuous-integration/drone/push Build is passing
slight style changes
2022-04-30 21:11:06 +01:00

4 lines
215 B
Docker

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