Hello everyone,
i tried to Update my Bitwarden_rs today and ran into some problems. I previously used docker-compose to build and run the containers i needed. So after pulling the newest Updates from the git repository i tried to compile the new Version. However this lead to some problems.
I used mysql as a database so far, instead of sqlite, which lead me to give the following parameter in my docker.compose.yml:
build:
context: ./bitwarden_rs
dockerfile: docker/amd64/mysql/Dockerfile
However this folder is no longer present after pulling the latest updates via git. I am pretty sure, that i did something different the last time around, but for the love of god: I can´t figure out , what excatly i did.
If any of you would have some advice, i would be very grateful.
Kind Regards