Skip to content

Commit 046f9b4

Browse files
authored
Update readme.md
1 parent f41a189 commit 046f9b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Go into the webroot.
66
77
> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli composer install
88
9+
> cp -f .env.example .env
10+
11+
> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli php artisan key:generate
12+
13+
> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli php artisan jwt:secret
14+
915
Make sure to chown all the data in your webroot to your own user, since docker sets ownership to added files to root.
1016

1117
> sudo chown verwilst: . -R

0 commit comments

Comments
 (0)