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

fix: update docker-compose entrypoint for Octane command

Updated the `docker-compose.yml` file to change the `command` to `entrypoint` for the Octane PHP server configuration. This allows for better process management and aligns with Docker best practices.
parent d296bd75
No related branches found
No related tags found
No related merge requests found
Pipeline #989 passed
......@@ -4,7 +4,7 @@ services:
context: .
image: registry.gitlab.sl-projects.com/sofianelasri/rann-graphic-design-website:latest
working_dir: /app
command: php artisan octane:frankenphp --workers=1 --max-requests=1
entrypoint: php artisan octane:frankenphp --workers=1 --max-requests=1
ports:
- '80:8000'
- '5173:5173'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment