test
Some checks failed
/ debug (push) Has been cancelled

This commit is contained in:
Jonas 2024-12-12 21:31:17 +01:00
parent b52e8a57a1
commit 1676484d0d
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@ RUN apk add --no-cache \
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/entrypoint.sh"]

View file

@ -1,4 +1,4 @@
#!/bin/sh -l
#!/bin/sh
hugo
find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \