Block a user
spotweb (0.0.16)
Published 2026-06-08 14:55:26 +02:00 by timothy
Installation
docker pull gitea.superwcpot.nl/timothy/spotweb:0.0.16sha256:c9caadaa13b29f7416c8f249689533dd223668543db3fb4ffd6fb704685d0764
Image Layers
| ADD alpine-minirootfs-3.23.4-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-simplexml 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 -b develop /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"] |