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 Permalink Normal View History

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