File size: 134 Bytes
8545a4d
51ef85c
74be7fb
03a2f6c
8689850
3a511a9
8689850
89cedff
1
2
3
4
5
6
7
8
9
FROM snailyp/blackbox2api

ENV APP_SECRET=sk-123456

EXPOSE 8001

CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]