init
This commit is contained in:
commit
0f86234a18
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
FROM alpine:3.16
|
||||||
|
|
||||||
|
RUN apk update
|
||||||
|
RUN apk add hugo
|
||||||
|
|
||||||
|
WORKDIR /site
|
||||||
|
|
||||||
|
CMD [ "hugo", $@ ]
|
Loading…
Reference in a new issue