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:
4
Containerfile
Normal file
4
Containerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM git.badhouseplants.net/badhouseplants/hugo-builder
|
||||
WORKDIR /src
|
||||
COPY ./src /src
|
||||
ENTRYPOINT ["hugo"]
|
Reference in New Issue
Block a user