• Joined on 2026-05-03

panel (latest)

Published 2026-06-05 23:58:42 +03:00 by Nexuma

Installation

docker pull git.kiow.ru/nexuma/panel:latest
sha256:f9b18371fb8c93d582853c196275e8fa5f270687afe08124fd7f4fbc7159977c

Image Layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --update nodejs npm # buildkit
WORKDIR /app
COPY /app/.output ./ # buildkit
EXPOSE [3000/tcp]
CMD ["node" "server/index.mjs"]
Details
Container
2026-06-05 23:58:42 +03:00
84
OCI / Docker
linux/amd64
36 MiB
Versions (1) View all
latest 2026-06-05