Skip to content

Commit

Permalink
Create entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanheffley authored Aug 21, 2019
1 parent 9b20bc0 commit 96b631e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh -l

composer install --prefer-dist

cp .env.example .env

php artisan key:generate

php vendor/bin/phpunit

0 comments on commit 96b631e

Please sign in to comment.