Add drone and dockerfile
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM klakegg/hugo:alpine-onbuild AS hugo
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY --from=hugo /onbuild /usr/share/nginx/html
|
Reference in New Issue
Block a user