ihm_client (sha256:7957cb730f26d3e0f821c39277f347b409681eead6ebe412ee027dd743714f61)
Published 2025-09-26 12:26:24 +00:00 by Omar
Installation
docker pull git.4nkweb.com/4nk/ihm_client@sha256:7957cb730f26d3e0f821c39277f347b409681eead6ebe412ee027dd743714f61sha256:7957cb730f26d3e0f821c39277f347b409681eead6ebe412ee027dd743714f61Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --fix-missing ca-certificates curl jq git net-tools iputils-ping dnsutils netcat-openbsd telnet procps && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
| RUN /bin/sh -c useradd -m -u 1000 appuser && mkdir -p /app && chown -R appuser:appuser /app # buildkit |
| COPY . . # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /app # buildkit |
| RUN /bin/sh -c mkdir -p pkg && chmod -R 755 pkg # buildkit |
| RUN /bin/sh -c ls -la pkg/ # buildkit |
| USER appuser |
| RUN /bin/sh -c npm install # buildkit |
| EXPOSE map[3003/tcp:{}] |
| CMD ["npm" "start"] |