dynamic-charts #19

Merged
allanger merged 35 commits from dynamic-charts into main 2023-02-25 20:25:20 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 11a4b518c6 - Show all commits

View File

@ -1,4 +1,4 @@
FROM git.badhouseplants.net/badhouseplants/hugo-builder
WORKDIR /src
COPY . /src
RUN hugo
ENTRYPOINT ["hugo"]

View File

@ -197,7 +197,7 @@ And update my Dockerfile to look like this:
FROM git.badhouseplants.net/badhouseplants/hugo-builder
WORKDIR /src
COPY . /src
RUN hugo
ENTRYPOINT ["hugo"]
```
### How to deploy