mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-02-19 11:41:30 +01:00
3 lines
82 B
Bash
3 lines
82 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$(realpath "$0")")";
|
|
waitress-serve --port=3333 api:api |