Skip to content

Commit

Permalink
Merge branch 'test' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickakk committed Oct 10, 2023
2 parents 0f265cb + b6b95e7 commit 0374e5e
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 98 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"App\\Console\\Installer::postInstall"
],
"post-create-project-cmd": [
"mkdir -p /app/.heroku/php/etc/php/conf.d",
"cp /layers/heroku_php/platform/etc/php/php.ini /app/.heroku/php/etc/php/",
"sed -i 's|;user_ini.filename|user_ini.filename|g' /app/.heroku/php/etc/php/php.ini",
"cp .user.ini /app/.heroku/php/etc/php/conf.d/",
"chown -R 1000:1000 /app/.heroku",
"App\\Console\\Installer::postInstall"
],
"check": [
Expand Down
Loading

0 comments on commit 0374e5e

Please sign in to comment.