Closed probablypablito closed 2 years ago
I kinda did it myself by hardcoding my account id into the Dockerfile. It's not ideal and it should be a value that could be set in the environment variables but it works ¯_(ツ)_/¯
I attached the Dockerfile below if anyone wants it. Just put it in the same directory as main.py, edit the id(s) in the file, and do sudo docker build -t ow-league-tokens .
Then run it with sudo docker run ow-league-tokens
Remember to remove the txt extension from the file! Dockerfile.txt
Made a pull request with proper support
Merged!
I don't know if you're willing to do this, but it would be super useful