FROM python:3.11 RUN pip install --extra-index-url https://git.snyman.info/api/packages/raoul/pypi/simple/ CodeSmidgen hypercorn EXPOSE 8000 CMD ["hypercorn", "codesmidgen.app"]