Skip to content

Commit

Permalink
Fix Docker to run with laravel/sanctum
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Mar 26, 2020
1 parent e45625e commit 8b53e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion laravue-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ then
php artisan migrate --seed
fi

php artisan passport:install
npm install && npm run production

php artisan serve --host 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b53e6d

Please sign in to comment.