Block a user
	spotweb (0.0.8)
		
		
		Published 2025-07-23 12:29:32 +02:00  by timothy
		
	
Installation
docker pull gitea.superwcpot.nl/timothy/spotweb:0.0.8sha256:834f7f8ff8372b18e35b1e2898ac751177702dbf0919a4015760490221dff85bImage Layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit | 
| CMD ["/bin/sh"] | 
| RUN /bin/sh -c apk add apache2 git openrc apache2-proxy php --no-cache # buildkit | 
| RUN /bin/sh -c git clone https://github.com/spotweb/spotweb.git /var/www/localhost/htdocs/spotweb # buildkit | 
| CMD ["-D" "FOREGROUND"] | 
| ENTRYPOINT ["/usr/sbin/httpd"] |