test
All checks were successful
/ debug (push) Successful in 36s

This commit is contained in:
Jonas 2024-12-13 12:52:15 +01:00
parent 14b62d47cc
commit 3a14c911e6
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -5,7 +5,7 @@ RUN apk add --no-cache \
gzip \
hugo
COPY entrypoint.sh /entrypoint.sh
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]