Add drone and dockerfile

This commit is contained in:
2024-01-22 15:24:20 +01:00
parent e2e1fca9b8
commit 72f5caf0e0
2 changed files with 29 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM klakegg/hugo:alpine-onbuild AS hugo
FROM nginx:alpine
COPY --from=hugo /onbuild /usr/share/nginx/html