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

refactor: remove default command for local development in Docker configuration

- Removed the command `php artisan octane:frankenphp --workers=1 --max-requests=1` from `docker-compose.yml` and `Dockerfile` to streamline the development setup.
parent 1eb43eec
Branches
No related tags found
1 merge request!52Ajout de Laravel Octane
Pipeline #961 failed
......@@ -30,6 +30,3 @@ COPY . /app
# Needed for GitLab CI
ENTRYPOINT [ "/bin/sh", "-c" ]
# Default command for local development
CMD [ "php artisan octane:frankenphp --workers=1 --max-requests=1" ]
......@@ -3,7 +3,6 @@ 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'
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