freeapi / Dockerfile
dan92's picture
Update Dockerfile
24fafd2 verified
raw
history blame contribute delete
120 Bytes
FROM hpyp/bbapi:latest
ENV APP_SECRET=
EXPOSE 8001
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]