初次提交

This commit is contained in:
2025-12-25 15:21:28 +08:00
commit 2ca70b5311
10 changed files with 1013 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
JAR_NAME=$(ls |grep \.jar)
chown -R 1000:1000 $APP_HOME
if [ ! -d "$LOGS_HOME" ];then
gosu 1000 mkdir -p $LOGS_HOME
else
chown -R 1000:1000 $LOGS_HOME
fi
exec gosu 1000 java $JAVA_OPS -server $SKYWALKING_OPS $GC_OPS -Duser.timezone=GMT+08 -jar $APP_HOME/$JAR_NAME --spring.profiles.active=$ENV_ACTIVE $APP_OPS