inlaw-outlaw

inlaw_outlaw (0.0.6)

Published 2026-07-23 00:12:18 +00:00 by registry-push

Installation

docker pull gitea.dongar.net/inlaw-outlaw/inlaw_outlaw:0.0.6
sha256:99fc9228fc947cdddc4b3bd79f5eeb4818a9ce2d632bd9227d0dac8b2efdc7ec

Images

Digest OS / Arch Size
a7d2d1ff69 linux/amd64 199 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates ffmpeg libheif-examples curl && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /build/target/release/web ./web # buildkit
COPY frontend ./frontend # buildkit
ENV DATABASE_URL=sqlite:/db/inlaw.sqlite
ENV PUBLIC_PORT=80
ENV ADMIN_PORT=8000
EXPOSE [80/tcp 8000/tcp]
ENTRYPOINT ["./web"]
Details
Container
2026-07-23 00:12:18 +00:00
1
OCI / Docker
Versions (25) View all
0.0.24 2026-08-05
latest 2026-08-05
0.0.23 2026-08-05
0.0.22 2026-08-04
0.0.21 2026-08-04