├── Dockerfile ├── README.md ├── entrypoint.sh ├── httpd-wordpress.conf ├── wp-config.php └── wp.tar.gz /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/wordpress-alpine-php/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/wordpress-alpine-php/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/wordpress-alpine-php/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /httpd-wordpress.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/wordpress-alpine-php/HEAD/httpd-wordpress.conf -------------------------------------------------------------------------------- /wp-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/wordpress-alpine-php/HEAD/wp-config.php -------------------------------------------------------------------------------- /wp.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/wordpress-alpine-php/HEAD/wp.tar.gz --------------------------------------------------------------------------------