feat: CI/CD setup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cellarspoon
2022-01-05 11:02:44 +01:00
parent 36d5d2c976
commit 3a15d4f7d4
6 changed files with 49 additions and 12 deletions

7
Dockerfile.hugo Normal file
View File

@ -0,0 +1,7 @@
FROM klakegg/hugo:alpine
RUN apk add --no-cache curl git
EXPOSE 1313
COPY . /src/