Skip to content

Instantly share code, notes, and snippets.

@puzzle9
puzzle9 / leantime-frankenphp
Last active September 1, 2024 18:40
leantime frankenphp docker file
FROM dunglas/frankenphp:php8.3-alpine
MAINTAINER puzzle9
ARG LEAN_VERSION=3.2.0
RUN install-php-extensions pdo_mysql mbstring exif pcntl pdo bcmath opcache ldap zip gd
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini