Docker image for PHP under build environments
- PHP v8.2.17
zip
autoconf
intl
opcache
gd
bcmath
gmp
exif
- increased
memory_limit
- enabled
jit
docker build -t php82 .
docker run -it --volume="$PWD:/app" --workdir="/app" --entrypoint=/bin/bash php82
docker run -it --volume="$PWD:/app" --workdir="/app" --entrypoint=/bin/bash ghcr.io/enginedigital/php-docker:main