lumbung.space/Dockerfile.hugo
cellarspoon 3a15d4f7d4
Some checks failed
continuous-integration/drone/push Build is failing
feat: CI/CD setup
2022-01-05 11:38:51 +01:00

8 lines
85 B
Docker

FROM klakegg/hugo:alpine
RUN apk add --no-cache curl git
EXPOSE 1313
COPY . /src/