Block a user
woocommerce (0)
Published 2025-11-11 17:55:39 +01:00 by timothy
Installation
docker pull gitea.superwcpot.nl/timothy/woocommerce:0sha256:ed11fc04cf6ce4bf9dfc7a2350a9b4b4cf7b9bc902564d1168723ab55802c48bImage 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 php-curl php-dom php-exif php-fileinfo php-imagick php-mbstring php-zip php-gd php-iconv php-intl --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"] |