aquelemiguel / parrot

🦜 A hassle-free, highly performant, self-hosted Discord music bot with YouTube and Spotify support. Powered by yt-dlp.
MIT License
136 stars 44 forks source link

ci: keep Cargo.lock #232

Closed rafaeldamasceno closed 1 year ago

rafaeldamasceno commented 1 year ago

Fixes the actual reason that caused #227, which was having the dependencies lock in the .dockerignore. Also adds some small QoL changes like forcing cargo to use the locked dependencies, fixing the Rust Docker image version and adding a compose file.

aquelemiguel commented 1 year ago

Changed title to conform with conventional commits. Passing this to @afonsojramos, he's better versed in this CI stuff.