freeapi / Dockerfile
tang-x's picture
Update Dockerfile
244fdfa verified
raw
history blame contribute delete
133 Bytes
FROM hpyp/bbapi:latest
# ENV APP_SECRET=sk-123456
EXPOSE 8001
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]