Open SrivatsaSJoshi opened 1 month ago
I have temporarily bypassed this error by changing the Dockerfile to download the requirements directly. But I run across another error
docker: Error response from daemon: invalid volume specification: 'library:library': invalid mount config for type "volume": invalid mount path: 'library' mount path must be absolute.
Updated the Dockerfile. Check now.
What I have done: installed docker and docker compose (I don't think compose is needed) Created API token in Jellyfin
git clone https://github.com/ar005/Songest.git && cd Songest
Updated the token along with IP address in updated_jellyfin.py Created a new telegram bot updated telegram token in main.pyRan
docker build -t songest .
I got the following error