FROM fishnet_cod_base:latest

CMD ["poetry", "run", "uvicorn", "src.fishnet_cod.api.main:app", "--host", "0.0.0.0", "--port", "8000"]