clicknplan-web/backend (sha256:43845b739581d6ef050a7142ef3f463ac6b79f8d87c93f23b16c9b1bd18a21fe)
Published 2026-07-03 17:10:02 +02:00 by adminuser
Installation
docker pull git.deditoolbox.fr/freesker/clicknplan-web/backend@sha256:43845b739581d6ef050a7142ef3f463ac6b79f8d87c93f23b16c9b1bd18a21fesha256:43845b739581d6ef050a7142ef3f463ac6b79f8d87c93f23b16c9b1bd18a21feImage 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"] |