Block a user
	spotweb (0.0.10)
		
		
		Published 2025-07-23 12:55:10 +02:00  by timothy
		
	
Installation
docker pull gitea.superwcpot.nl/timothy/spotweb:0.0.10sha256:1b6a25e1bdf7ee5229528cca19b2d93c6841ef6173f6fac7f47f21d91bd370a7Image 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 php-session php-curl php-dom php-openssl php-gettext php-intl php-mbstring php-xml php-zip php-mysqli php-pdo_mysql php-gd --no-cache # buildkit | 
| RUN /bin/sh -c apk add apache2 php$phpverx-apache2 # buildkit | 
| RUN /bin/sh -c git clone https://github.com/spotweb/spotweb.git /var/www/localhost/htdocs/spotweb # buildkit | 
| RUN /bin/sh -c mkdir /var/www/localhost/htdocs/spotweb/cache # buildkit | 
| RUN /bin/sh -c chmod 777 /var/www/localhost/htdocs/spotweb/cache # buildkit | 
| CMD ["-D" "FOREGROUND"] | 
| ENTRYPOINT ["/usr/sbin/httpd"] |