FROM python:3.9 WORKDIR /code RUN python grid.py CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]