Skip to content

Commit

Permalink
Merge pull request #1493 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
remove command for php
  • Loading branch information
rwhite27 authored Jun 12, 2024
2 parents f55bdfa + 4714dca commit 0bd1e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
dockerfile: development.Dockerfile
extra_hosts:
- 'host.docker.internal:host-gateway'
command: ["sh", "-c", "php artisan lighthouse:cache && php artisan config:cache"]
environment:
WWWUSER: '${WWWUSER}'
LARAVEL_SAIL: 1
Expand Down

0 comments on commit 0bd1e66

Please sign in to comment.