staging of project have been changed.

This commit is contained in:
crusader
2017-09-07 17:05:03 +09:00
parent 42491c808c
commit 1ae880b4b4
14 changed files with 317 additions and 271 deletions

View File

@@ -4,6 +4,6 @@ set -e
cd /service
/usr/bin/java -cp ${APP_FILENAME}:lib/* ${APP_MAIN_CLASS} 50006
/usr/bin/java -classpath ${APP_CONF_PATH}/:${APP_FILENAME}:lib/* ${APP_MAIN_CLASS} 50006
exec "$@"