Skip to content

Commit

Permalink
Merge pull request #75 from CachetHQ/jbrooksuk-patch-1
Browse files Browse the repository at this point in the history
Don't generate key anymore
  • Loading branch information
GrahamCampbell committed May 25, 2016
2 parents 106dfe0 + 0b7bf2d commit 8489e96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ initialize_system() {
sed 's,{{REDIS_PORT}},'"${REDIS_PORT}"',g' -i /var/www/html/.env

php composer.phar install --no-dev -o
php artisan key:generate
php artisan app:install
rm -rf bootstrap/cache/*
touch /.cachet-installed
Expand Down

0 comments on commit 8489e96

Please sign in to comment.