(improvement) remove separate shell and support start llmParser service (#83)

This commit is contained in:
lexluo09
2023-09-13 14:32:41 +08:00
committed by GitHub
parent ef30e7a5b8
commit c8b5c0f3a3
2 changed files with 3 additions and 20 deletions

View File

@@ -15,9 +15,6 @@ mvn -f $baseDir/../ clean package -DskipTests
#2. move package to build
cp $baseDir/../launchers/standalone/target/*.tar.gz ${buildDir}/supersonic.tar.gz
#cp $baseDir/../launchers/semantic/target/*.tar.gz ${buildDir}/supersonic-semantic.tar.gz
#cp $baseDir/../launchers/chat/target/*.tar.gz ${buildDir}/supersonic-chat.tar.gz
#3. build webapp
chmod +x $baseDir/../webapp/start-fe-prod.sh