• Joined on 2026-05-03

panel (latest)

Published 2026-06-04 13:05:23 +03:00 by Nexuma

Installation

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

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-04 13:05:23 +03:00
82
OCI / Docker
linux/amd64
36 MiB
Versions (1) View all
latest 2026-06-04