Last active
August 14, 2020 20:09
-
-
Save duzitug/2d78f93752634bc11289fceebb4f1506 to your computer and use it in GitHub Desktop.
Procfile para implantação de app CakePHP 3 no Heroku em servidor apache2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: vendor/bin/heroku-php-apache2 webroot/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
O DOCUMENT_ROOT deve ser a pasta 'webroot'