bookomat/bookomat-storefront (v0.1.0)
Published 2026-05-13 14:54:55 +03:00 by anton
Installation
docker pull git.serverbox.dev/anton/bookomat/bookomat-storefront:v0.1.0sha256:9cca5fb98fedbe1e5218f11b18b21110f2c2af490165a2895f487d897b232da4Image layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /out/service /usr/local/bin/bookomat-service # buildkit |
| COPY /out/site-root/site /app/crates/bookomat-storefront/site # buildkit |
| ENTRYPOINT ["/usr/local/bin/bookomat-service"] |