Block a user
woocommerce (0.0.5)
Published 2025-11-11 15:19:48 +01:00 by timothy
Installation
docker pull gitea.superwcpot.nl/timothy/woocommerce:0.0.5sha256:6dfbd880b07027cecf4eca9e31509e1fd37d3502ef024ceca9c0808d33beb2e5Image 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 rm -R /var/www/localhost/htdocs/ # buildkit |
| RUN /bin/sh -c git clone https://github.com/WordPress/WordPress.git /var/www/localhost/htdocs/ # buildkit |
| CMD ["-D" "FOREGROUND"] |
| ENTRYPOINT ["/usr/sbin/httpd"] |