clicknplan-web/backend (sha256:efcc89d45ee8a2c9bdefd19533179891f91970c93da3c8b5b5e53c44b3eec91e)
Published 2026-07-15 21:16:20 +02:00 by adminuser
Installation
docker pull git.deditoolbox.fr/freesker/clicknplan-web/backend@sha256:efcc89d45ee8a2c9bdefd19533179891f91970c93da3c8b5b5e53c44b3eec91esha256:efcc89d45ee8a2c9bdefd19533179891f91970c93da3c8b5b5e53c44b3eec91eImage 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"] |