Weighs the soul of incoming HTTP requests to stop AI crawlers
at main 5 lines 200 B view raw
1ARG ALPINE_VERSION=3.22 2 3FROM alpine:${ALPINE_VERSION} 4RUN apk add -U go nodejs git build-base git npm bash zstd brotli gzip 5LABEL org.opencontainers.image.source="https://github.com/TecharoHQ/anubis"