Running a web service in a docker container using docker-php-alpine.
Apache, PHP-FPM, NGINX and SupervisorD for Docker build on Alpine Linux.
FROM ghcr.io/laniksj/docker-php-alpine:master
COPY . /var/www/html
I'm using the html folder to store my web content. In this case it's a web form.
Please report any bugs or issues you find. Thanks!