after running this on my vps docker run -d \ --name pyrunner \ -p 8000:8000 \ -v pyrunner_data:/app/data \ hasanaboulhasan/pyrunner:latest it show Bad Request (400)
after running this on my vps
docker run -d
--name pyrunner
-p 8000:8000
-v pyrunner_data:/app/data
hasanaboulhasan/pyrunner:latest
it show Bad Request (400)