update dockerfile and settings

This commit is contained in:
zema1
2017-10-24 21:14:29 +08:00
parent e8841eae82
commit b694000ab9
9 changed files with 19 additions and 137 deletions

View File

@@ -25,5 +25,8 @@ DEBUG = False
ALLOWED_HOSTS = ['*']
TEST_CASE_DIR = "/app/test_case"
LOG_PATH = "log/"
AVATAR_URI_PREFIX = "/static/avatar"
AVATAR_UPLOAD_DIR = "/data/avatar"
TEST_CASE_DIR = "/data/test_case"
LOG_PATH = "/data/log"