Skip to content

Commit

Permalink
try to fix entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acdh-ch committed Aug 14, 2023
1 parent d59927c commit 6e36ee2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export PATH="/app/.heroku/php/bin:${PATH}"

# install some tools
apt-get update && apt-get install -y vim git links
apt-get install -y vim git links

# add extensions that cannot be introduced over the composer
cd /app/extensions/
Expand Down Expand Up @@ -51,11 +51,8 @@ cp -r /app/custom/MyWikisLocalConfig /app/extensions/

# set owner to herokuishuser
chown -R herokuishuser:herokuishuser /app/extensions
cd /app/

php composer.phar update

cd /
cd /app

# Start web server
exec heroku-php-apache2

0 comments on commit 6e36ee2

Please sign in to comment.