chore(ci): Optimize Elasticsearch index init script, remove Docker im… (#106)

This commit is contained in:
Ryo
2025-07-28 12:26:58 +08:00
committed by GitHub
parent 81b5867a62
commit f0c339d231
5 changed files with 88 additions and 50 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/sh
# Set up Elasticsearch
echo "Setting up Elasticsearch..."
/app/setup_es.sh --index-dir /app/es_index_schemas
# Start the proxy application in the background
echo "Starting proxy application..."
/app/proxy >/tmp/proxy.log 2>&1 &