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/Dockerfile
2023-02-25 18:33:40 +01:00

5 lines
52 B
Docker

FROM klakegg/hugo
WORKDIR /src
COPY . /src
RUN hugo