FROM codeberg.org/slidge/slidge-whatsapp:main-amd64
USER root

COPY --chmod=555 entrypoint.sh /entrypoint.sh

ENTRYPOINT "/entrypoint.sh"

