lets-chat (sha256:08f3481d9d74e2786fbfd7dea7c0753b79f15e55dede067fb491983525c86140)
Published 2026-04-15 22:56:43 +02:00 by David
Installation
docker pull dev.a8n.run/a8n-tools/lets-chat@sha256:08f3481d9d74e2786fbfd7dea7c0753b79f15e55dede067fb491983525c86140sha256:08f3481d9d74e2786fbfd7dea7c0753b79f15e55dede067fb491983525c86140About this package
lets-chat
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1775433600' |
| RUN /bin/sh -c apt-get update && apt-get install --yes --no-install-recommends ca-certificates tzdata curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd --create-home --uid 1001 appuser # buildkit |
| RUN /bin/sh -c mkdir -p /app/assets /data /config # buildkit |
| WORKDIR /app |
| COPY /build/dx-output/ /app/ # buildkit |
| RUN /bin/sh -c cp /app/public/assets/* /app/assets/ 2>/dev/null || true # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /app /data /config # buildkit |
| USER appuser |
| LABEL org.opencontainers.image.source=https://dev.a8n.run/a8n-tools/lets-chat |
| LABEL org.opencontainers.image.description=lets-chat |
| EXPOSE [8080/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
| ENTRYPOINT ["/app/lets-chat"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | lets-chat |
| org.opencontainers.image.source | https://dev.a8n.run/a8n-tools/lets-chat |