This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
badhouseplants-net-old/Containerfile
2023-05-30 11:11:50 +02:00

5 lines
148 B
Docker

FROM git.badhouseplants.net/badhouseplants/hugo-container:451ffcefe9803644a65172b04e34392564ce8743
WORKDIR /src
COPY ./src /src
ENTRYPOINT ["hugo"]