Block a user
woocommerce (0.0.2)
Published 2025-11-11 13:26:55 +01:00 by timothy
Installation
docker pull gitea.superwcpot.nl/timothy/woocommerce:0.0.2sha256:dd3c0743481fa3e00df9f4bbcdc9afd3a08ffaeadd68052fc28cfa73f719b1f7Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add apache2 git php --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"] |