Block a user
supabase-configurator (latest)
Published 2025-05-28 01:30:36 +02:00 by dalphinloser
Installation
docker pull dalos.me/dalphinloser/supabase-configurator:latestsha256:72b4070a48f3ef3a3db072ed246a9499ba5eebc36bea64268ce4c75fb0d54a18Image Layers
| ADD alpine-minirootfs-3.19.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache bash openssl jq gettext curl # buildkit |
| RUN /bin/sh -c mkdir -p /app /templates /output /scripts # buildkit |
| COPY templates/ /templates/ # buildkit |
| COPY scripts/ /scripts/ # buildkit |
| RUN /bin/sh -c chmod +x /scripts/*.sh # buildkit |
| WORKDIR /app |
| ENTRYPOINT ["/scripts/entrypoint.sh"] |