FROM snailyp/blackbox2api ENV APP_SECRET=sk-123456 EXPOSE 8001 CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]