initial commit

This commit is contained in:
Dakota Walsh 2025-07-08 13:59:24 +12:00
commit 5c79371b63
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

8
Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM alpine:edge
RUN apk add --no-cache ca-certificates zola
ADD *.sh /
ENTRYPOINT ["/entry.sh"]
CMD ["--help"]

5
entry.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -e
zola build