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

feat: update entrypoint in docker-compose.yml to include composer install

- Modified the entrypoint to run `composer install` before starting the PHP Artisan Octane server.
parent 9febb932
No related branches found
No related tags found
No related merge requests found
Pipeline #1019 passed
......@@ -4,7 +4,7 @@ services:
context: .
image: registry.gitlab.sl-projects.com/sofianelasri/rann-graphic-design-website:latest
working_dir: /app
entrypoint: php artisan octane:frankenphp --workers=1 --max-requests=1
entrypoint: composer install && 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 register or to comment