mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
9 lines
142 B
Bash
9 lines
142 B
Bash
#! /usr/bin/env sh
|
|
|
|
cd /app
|
|
mkdir -p prometheus
|
|
|
|
/env.sh > ./.env
|
|
|
|
granian --interface asgi --host 0.0.0.0 --port 8080 --loop uvloop main:app
|