FROM apache/apisix:latest

# Copy start script (already executable from host)
COPY start.sh /start.sh

# Start APISIX
CMD ["/start.sh"]
