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

fix: remove unnecessary lines in Dockerfile

This commit cleans up the Dockerfile by removing redundant lines while maintaining the necessary configuration for PHP.
parent 7839982e
Branches
No related tags found
1 merge request!52Ajout de Laravel Octane
Pipeline #968 passed
......@@ -22,6 +22,3 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && \
# Setting PHP Configuration
COPY docker-init/php.ini $PHP_INI_DIR/php.ini
\ No newline at end of file
WORKDIR /app
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 to comment