Renamed the entrypoint.sh to docker-entrypoint.sh

(To fit in for the official zulip/zulip project)
This commit is contained in:
Alexander Trost
2016-04-24 10:53:40 +02:00
parent 410f00e6de
commit d3ae865088
3 changed files with 7 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ try:
os.environ['DJANGO_SETTINGS_MODULE'] = 'zproject.settings'
from django.conf import settings
remote_postgres_host = settings.REMOTE_POSTGRES_HOST
except ImportError as e:
except ImportError, e:
# process_fts_updates also supports running locally on a remote
# postgres server; in that case, one can just connect to localhost
remote_postgres_host = ''