Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StarkLiew authored Mar 6, 2020
1 parent bc5a57c commit 1d9cf5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ $ cp .env.example .env
```
$ docker-compose up -d
$ docker-compose exec juzt-app composer install
$ docker-compose exec juzt-app php artisan install
$ docker-compose exec juzt-app php artisan migrate
$ docker-compose exec juzt-app php artisan key:generate
$ docker-compose exec juzt-app php artisan passport:install
Expand All @@ -31,7 +30,6 @@ $ docker-compose exec juzt-app npm run prod
```
$ docker-compose up -d (to fire up mariadb)
$ composer install
$ php artisan install
$ php artisan migrate
$ php artisan key:generate
$ php artisan run serve
Expand Down

0 comments on commit 1d9cf5e

Please sign in to comment.