Prepare the hugo setup
This commit is contained in:
4
Containerfile
Normal file
4
Containerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM zot.badhouseplants.net/badhouseplants/hugo-container:latest
|
||||
WORKDIR /src
|
||||
COPY ./src /src
|
||||
ENTRYPOINT ["hugo"]
|
Reference in New Issue
Block a user