#!/bin/bash

POPULATE_CMD="$(which hive)"

python3 /app/hive/server/serve.py --database-url="${DATABASE_URL}" --port="${HTTP_SERVER_PORT}"
