Skip to content

Commit

Permalink
fix: update docker installation with --ignore-platform-reqs (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored Jun 7, 2021
1 parent 7a79136 commit ed123b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo chown -R explorer:www-data /var/www/explorer
touch database/database.sqlite
#--- run installs
composer install
composer install --ignore-platform-reqs
yarn install
#--- fire up services
sudo supervisord &
Expand All @@ -26,6 +26,7 @@ php artisan explorer:cache-delegate-resignation-ids
php artisan explorer:cache-delegate-usernames
php artisan explorer:cache-delegate-wallets
php artisan explorer:cache-delegates-with-voters
php artisan explorer:cache-delegate-voter-counts
php artisan explorer:cache-multi-signature-addresses
#--- run system scheduler
sudo crond
Expand Down

0 comments on commit ed123b7

Please sign in to comment.