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

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

View file

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