• Joined on 2026-05-03

panel (latest)

Published 2026-06-28 15:26:33 +03:00 by Nexuma

Installation

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

Image Layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV NODE_ENV=production
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-28 15:26:33 +03:00
177
OCI / Docker
linux/amd64
37 MiB
Versions (1) View all
latest 2026-06-28