Spaces:
Runtime error
Runtime error
| FROM ghcr.io/viren070/aiostreams:latest | |
| ENV PORT=7860 | |
| EXPOSE 7860 | |
| CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"] |
| FROM ghcr.io/viren070/aiostreams:latest | |
| ENV PORT=7860 | |
| EXPOSE 7860 | |
| CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"] |