File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ ENV WPR_DICTIONARIES_DIR=${DICTIONARIES_DIR}
7979ENV WPR_CUSTOM_DICTIONARIES_DIR=${CUSTOM_DICTIONARIES_DIR}
8080ENV WPR_USER_DICTIONARIES_DIR=${USER_DICTIONARIES_DIR}
8181ENV WPR_STYLE_GUIDE_DIR=${STYLE_GUIDE_DIR}
82+
83+ # The log size must be set to 0 for Docker.
8284ENV WPR_SIZE=0
8385
8486ENV WPR_ENABLE_PROXY=${ENABLE_PROXY}
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ ENV WPR_DICTIONARIES_DIR=${DICTIONARIES_DIR}
7777ENV WPR_CUSTOM_DICTIONARIES_DIR=${CUSTOM_DICTIONARIES_DIR}
7878ENV WPR_USER_DICTIONARIES_DIR=${USER_DICTIONARIES_DIR}
7979ENV WPR_STYLE_GUIDE_DIR=${STYLE_GUIDE_DIR}
80+
81+ #The log size must be set to 0 for Docker.
8082ENV WPR_SIZE=0
8183
8284ENV WPR_ENABLE_PROXY=${ENABLE_PROXY}
Original file line number Diff line number Diff line change 1919
2020# activate a license automatically
2121LicenseFile=" ${WPR_PATH_TO_SERVICE_FILES_DIRECTORY} /WebSpellChecker/license/license.xml"
22- if ! [ -f " ${LicenseFile} " ] && ! [ -f " ${WPR_PATH_TO_SERVICE_FILES_DIRECTORY} /wsc/license/license.xml " ] ; then
22+ if ! [ -f " ${LicenseFile} " ]; then
2323 ./AppServerX -activateLicense ${WPR_LICENSE_TICKET_ID} -y
2424fi
2525
You can’t perform that action at this time.
0 commit comments