| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//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_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| WORKDIR /app |
| COPY /app/companions-frontend . # buildkit |
| COPY /app/static ./static # buildkit |
| COPY /app/assets ./assets # buildkit |
| COPY /app/templates ./templates # buildkit |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["./companions-frontend"] |