Skip to content

Commit 8dc7484

Browse files
committed
run settings
1 parent 2815e86 commit 8dc7484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ports:
88

99
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
1010
tasks:
11-
- init: composer install
12-
command: composer dump-autoload && cp .env.example .env && php artisan dusk
11+
- init: cp .env.example .env && composer install
12+
command: composer dump-autoload && php artisan dusk

0 commit comments

Comments
 (0)