Swap out base docker container for dunglas/frankenphp, enabling us to run as non-root, addressing #279.

By default the container web address is now port 8080, so port mapping of -p 80:8080 will now be required
This commit is contained in:
2025-01-01 17:35:58 +11:00
parent bd62897e80
commit a9e6c82ce7
3 changed files with 213 additions and 7 deletions

View File

@@ -1,10 +1,13 @@
.dockerignore
.editorconfig
.env.testing
.idea
.git*
docker/
node_modules/
package.json
package-lock.json
phpunit.xml
vendor/
webpack.mix.js
yarn.lock