FROM mallorywittwerepfl/imaging-server-kit:3.9

COPY start_registry.py .

CMD ["uvicorn", "start_registry:app", "--host", "0.0.0.0", "--port", "8000"]