blackbox2api / Dockerfile
smgc's picture
Create Dockerfile
6216b7e verified
raw
history blame contribute delete
132 Bytes
FROM snailyp/blackbox2api
ENV APP_SECRET=sk-123456
EXPOSE 8001
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]