phpldapadmin/.dockerignore
Deon George bfe71edc44 Swap out base docker container for dunglas/frankenphp, enabling us to run as non-root, addressing #271.
By default the container web address is now port 8080, so port mapping of -p 80:8080 will now be required
2025-01-02 19:53:14 +11:00

19 lines
261 B
Plaintext

.dockerignore
.editorconfig
.env.testing
.idea
.git*
docker/
node_modules/
storage/debugbar
storage/framework/cache/data
storage/framework/sessions
storage/framework/views
storage/logs
package.json
package-lock.json
phpunit.xml
vendor/
webpack.mix.js
yarn.lock