Block a user
the-pitch-pipe (latest)
Published 2026-05-15 23:15:38 -07:00 by rodydavis
Installation
docker pull git.rodydavis.dev/rodydavis/the-pitch-pipe:latestsha256:2b292fe493f1d810384a8174068e37d3180d52cf6d71f3333ae7bb11f836b296
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ac3f71680a | linux/amd64 | 55 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY build/server/bundle /app/server # buildkit |
| COPY build/web /app/build/web # buildkit |
| COPY content /app/content # buildkit |
| COPY templates /app/templates # buildkit |
| EXPOSE map[80/tcp:{}] |
| ENV PORT=80 |
| ENV MINIO_ACCESS_KEY_ID= |
| ENV MINIO_SECRET_ACCESS_KEY= |
| ENV MINIO_ENDPOINT= |
| ENV MINIO_REGION=us-east-1 |
| ENV MINIO_BUCKET_NAME= |
| ENV MINIO_MODELS_FOLDER_PATH= |
| CMD ["/app/server/bin/server"] |