Block a user
woocommerce (0.0.3)
Published 2025-11-11 13:34:25 +01:00 by timothy
Installation
docker pull gitea.superwcpot.nl/timothy/woocommerce:0.0.3sha256:1dc6a2dfe2414f7ee4366779ef1cc0872aba0206a3c91e0be81d73d8e49842fcImage Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add apache2 git php php-mysqli --no-cache # buildkit |
| RUN /bin/sh -c apk add apache2 php$phpverx-apache2 # buildkit |
| RUN /bin/sh -c git clone https://github.com/WordPress/WordPress.git /var/www/localhost/htdocs/wp # buildkit |
| CMD ["-D" "FOREGROUND"] |
| ENTRYPOINT ["/usr/sbin/httpd"] |