make entrypoint executable

This commit is contained in:
Jonas 2024-12-12 01:17:27 +01:00
parent 367cf479ab
commit dfc48e517e
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

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