[Feature] 添加Dockerfile

This commit is contained in:
ibuler
2017-01-07 20:07:33 +08:00
parent b670259ab6
commit 9c6c6d6b4c
9 changed files with 36 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ apps_dir = os.path.join(BASE_DIR, 'apps')
def start_django():
http_host = CONFIG.HTTP_LISTEN_HOST or '127.0.0.1'
http_host = CONFIG.HTTP_BIND_HOST or '127.0.0.1'
http_port = CONFIG.HTTP_LISTEN_PORT or '8080'
os.chdir(apps_dir)
print('start django')