Slim-Skeleton
Slim-Skeleton copied to clipboard
Dockerfile to create standalone container.
Instead of using docker-compose and mounting the ${PWD} as /var/www, I thought it'd be nice to also make a fully standalone container.
In this pullreq you'll find the most basic Dockerfile to achieve this goal. It leaves out all the dev requirements and removes the test cases as well.
For safety the PHP process doesn't run as root but as the built-in user www-data.