123 / Dockerfile
zealott3528's picture
Update Dockerfile
a8975e1 verified
raw
history blame contribute delete
129 Bytes
FROM hpyp/bbapi:latest
ENV APP_SECRET=sk-123456
EXPOSE 8001
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]