Skip to content
Snippets Groups Projects
Verified Commit 51f3104b authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat(docker): add PHP configuration file to Docker setup

- Added a copy command for php.ini to set the PHP configuration in the Dockerfile.
parent 14985207
No related branches found
No related tags found
1 merge request!52Ajout de Laravel Octane
Pipeline #966 passed
......@@ -20,4 +20,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && \
bash nodesource_setup.sh && \
apt-get install -y nodejs
# Setting PHP Configuration
COPY docker-init/php.ini $PHP_INI_DIR/php.ini
CMD [ "php artisan octane:frankenphp --workers=1 --max-requests=1" ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment