feat(apisix): update Dockerfile and start.sh for local testing; add LEARNING.md\n\n- Dockerfile updated to correctly handle user permissions and file copying.\n- start.sh updated for better logging and etcd configuration.\n- Added LEARNING.md to track development insights and mistakes.\n\n🤖 Generated with Gemini CLI\nCo-Authored-By: Gemini <noreply@google.com>
This commit is contained in:
@@ -30,6 +30,10 @@ deployment:
|
||||
|
||||
EOF
|
||||
|
||||
# Print generated config.yaml and environment variables for debugging
|
||||
cat /app/data/conf/config.yaml >> "${LOG_FILE}" 2>&1
|
||||
env >> "${LOG_FILE}" 2>&1
|
||||
|
||||
# Set APISIX_CONF_FILE environment variable
|
||||
export APISIX_CONF_FILE=/app/data/conf/config.yaml
|
||||
|
||||
|
Reference in New Issue
Block a user