Block a user
	spotweb (0.0.7)
		
		
		Published 2025-07-18 21:18:30 +02:00  by timothy
		
	
Installation
docker pull gitea.superwcpot.nl/timothy/spotweb:0.0.7sha256:a13df943b15887115325330d0eaf7ab5a3e14bac55fc0f52e9ffd3c04dc6d8f6Image Layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit | 
| CMD ["/bin/sh"] | 
| RUN /bin/sh -c apk update # buildkit | 
| RUN /bin/sh -c apk add apache2 git openrc apache2-proxy php-fpm --no-cache # buildkit | 
| RUN /bin/sh -c git clone https://github.com/spotweb/spotweb.git /usr/local/apache2/htdocs/spotweb # buildkit | 
| CMD ["-D" "FOREGROUND"] | 
| ENTRYPOINT ["/usr/sbin/httpd"] |