Update heroku-docker-start.sh

This commit is contained in:
NOOB BOTS 2020-10-12 00:36:27 +05:30 committed by GitHub
parent 019336f5d4
commit 73b9159e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
a2dismod mpm_event &&
a2dismod mpm_event
sed -i "s/Listen 80/Listen ${PORT:-80}/g" /etc/apache2/ports.conf
apache2-foreground "$@"