mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
Update Dockerfile to use ytplaylist.cli as entry point and clean up yt-playlist-main.py
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ COPY ./bin/ffmpeg /app/bin
|
||||
COPY ./bin/yt-dlp /app/bin
|
||||
COPY ./bin/aria2c /app/bin
|
||||
|
||||
CMD ["python", "yt-playlist-main.py"]
|
||||
CMD ["python","-m","ytplaylist.cli"]
|
||||
|
||||
+1
-2
@@ -14,5 +14,4 @@ if __name__ == "__main__":
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
main()
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user