refactor: Renambe Dockerfile to Containerfile

I'm not user docker for building, hence it makes more sense to have a
`Containerfile`
This commit is contained in:
Nikolai Rodionov
2023-05-10 16:53:17 +02:00
parent 792601fbb0
commit efcdc46c24

4
Containerfile Normal file
View File

@ -0,0 +1,4 @@
FROM git.badhouseplants.net/badhouseplants/hugo-builder
WORKDIR /src
COPY ./src /src
ENTRYPOINT ["hugo"]