Slim-Skeleton icon indicating copy to clipboard operation
Slim-Skeleton copied to clipboard

Dockerfile to create standalone container.

Open tsluyter opened this issue 10 months ago • 0 comments

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.

tsluyter avatar Jun 10 '25 18:06 tsluyter