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

feat(docker): update command syntax in docker-compose.yml

Updated the command syntax in the docker-compose.yml file to use single quotes for the PHP Artisan command.
parent f3e4d24d
No related branches found
No related tags found
1 merge request!52Ajout de Laravel Octane
Pipeline #959 failed
......@@ -3,7 +3,7 @@ services:
build:
context: .
image: registry.gitlab.sl-projects.com/sofianelasri/rann-graphic-design-website:latest
command: php artisan octane:frankenphp --workers=1 --max-requests=1
command: '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