Looking for advice? Join the Matrix channel for GitLab users in Bielefeld!
#40
#! /usr/bin/env bash ./scripts/prestart.sh # Start webserver uvicorn app.main:app --host 0.0.0.0 --port 8000 --no-server-header