radicle-explorer (be5605-1)
		
		
		Published 2025-07-23 14:27:13 +00:00  by ace
		
	
Installation
docker pull gitea.geekhome.org/ghp/radicle-explorer:be5605-1sha256:c0a82943cc7a0ad101347a59cbc7605c936364ca44aa5adb4e6ab2faf3d0e00eImage Layers
| ADD almalinux-10-default-amd64.tar.xz / # buildkit | 
| CMD ["/bin/bash"] | 
| RUN /bin/sh -c dnf install -y epel-release dnf-plugins-core && dnf update -y && dnf config-manager --enable crb && dnf clean all && rm -rf /var/cache/yum # buildkit | 
| RUN /bin/sh -c dnf install -y git npm && dnf clean all && rm -rf /var/cache/yum # buildkit | 
| ARG RADICLE_EXPLORER_VERSION=be5605acdee1cfa94718fd295342067656887647 | 
| WORKDIR / | 
| RUN |1 RADICLE_EXPLORER_VERSION=be5605acdee1cfa94718fd295342067656887647 /bin/sh -c git clone https://seed.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git radicle-explorer # buildkit | 
| WORKDIR /radicle-explorer | 
| RUN |1 RADICLE_EXPLORER_VERSION=be5605acdee1cfa94718fd295342067656887647 /bin/sh -c git checkout ${RADICLE_EXPLORER_VERSION} && rm -rf .git # buildkit | 
| ENV VITE_RUNTIME_CONFIG=true | 
| RUN |1 RADICLE_EXPLORER_VERSION=be5605acdee1cfa94718fd295342067656887647 /bin/sh -c npm install # buildkit | 
| RUN |1 RADICLE_EXPLORER_VERSION=be5605acdee1cfa94718fd295342067656887647 /bin/sh -c npm run build # buildkit | 
| RUN |1 RADICLE_EXPLORER_VERSION=be5605acdee1cfa94718fd295342067656887647 /bin/sh -c sed -i s/localhost/0.0.0.0/g /radicle-explorer/vite.config.ts # buildkit | 
| EXPOSE map[3000/tcp:{}] | 
| CMD ["npm" "run" "start"] |