Skip to content

Commit

Permalink
Update .lando.yml
Browse files Browse the repository at this point in the history
- fix copy .env
  • Loading branch information
serwin35 authored Jun 11, 2023
1 parent f28207d commit fa4b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- docker-php-ext-install xsl
- service cron start
build:
- cd src && '[ ! -f ".env" ] && cp .env.example .env || echo ".env already present"'
- '[ ! -f "src/.env" ] && cp src/.env.example src/.env || echo ".env already present"'
- cd src && composer install
- cd src && php artisan key:generate
- cd src && php artisan migrate
Expand Down

0 comments on commit fa4b1eb

Please sign in to comment.