Skip to content

Commit b003ea2

Browse files
Update Docker configuration and optimize Composer scripts
1 parent ab7fbc7 commit b003ea2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- 3306:3306
2020
environment:
2121
MYSQL_ROOT_PASSWORD: 'root'
22-
MYSQL_ROOT_HOST: 'mysql'
22+
MYSQL_ROOT_HOST: 'mariadb'
2323
MYSQL_DATABASE: 'simpede'
2424
MYSQL_USER: 'homestead'
2525
MYSQL_PASSWORD: 'secret'

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
],
5757
"post-update-cmd": [
5858
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
59-
"@php artisan nova:publish"
59+
"@php artisan nova:publish --ansi",
60+
"@php artisan optimize:clear",
61+
"@php artisan optimize"
6062
],
6163
"post-root-package-install": [
6264
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)