Docker and drone file for deployment

This commit is contained in:
2024-01-22 19:01:53 +01:00
parent e1a79b3a71
commit 400a07e93d
2 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
FROM klakegg/hugo:alpine-onbuild AS hugo
FROM nginx:alpine
COPY --from=hugo /onbuild /usr/share/nginx/html
FROM caddy:2-alpine
ADD src/ /usr/share/caddy/