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

5 lines
148 B
Plaintext
Raw Normal View History

FROM git.badhouseplants.net/badhouseplants/hugo-container:a515792cac44902d50a0bd9ff93349b75f1168f0
WORKDIR /src
2023-05-08 12:48:02 +00:00
COPY ./src /src
ENTRYPOINT ["hugo"]