Add custom PHP configuration to Dockerfile

This commit is contained in:
PyRowMan
2024-12-20 15:33:10 +01:00
parent b084d479e9
commit 513a1ff281
+1
View File
@@ -50,6 +50,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
rm -f /tmp/7z.tar.xz && rm -f /tmp/7zzs
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
COPY ./docker/8.3/php.ini "$PHP_INI_DIR/conf.d/custom-conf.ini"
COPY --chmod=755 ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint