clicknplan-web/backend (sha256:6737403877f880f28b80cea740e0826f5796bbdb116fe1b13d293dbfc318569b)
Published 2026-07-15 21:12:23 +02:00 by adminuser
Installation
docker pull git.deditoolbox.fr/freesker/clicknplan-web/backend@sha256:6737403877f880f28b80cea740e0826f5796bbdb116fe1b13d293dbfc318569bsha256:6737403877f880f28b80cea740e0826f5796bbdb116fe1b13d293dbfc318569bImage layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//tzdata-legacy/amd64:data_statusd |
| bazel build @trixie//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| WORKDIR /app |
| COPY /app/dist/server ./ # buildkit |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD /app/server healthcheck --port 8080] Interval:1m0s Timeout:5s StartPeriod:1m0s StartInterval:0s Retries:3} |
| CMD ["/app/server" "serve"] |