This commit is contained in:
Morgan 'ARR\!' Allen 2022-09-27 10:04:20 -07:00
commit 0f86234a18

8
Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM alpine:3.16
RUN apk update
RUN apk add hugo
WORKDIR /site
CMD [ "hugo", $@ ]