devika
devika copied to clipboard
docker-compose up not working
I tried the latest docker support, by using 'docker compose up' , and got this exception: => ERROR [devika-backend-engine 8/20] RUN $HOME/.cargo/bin/uv venv
The docker-compose command represents the legacy version of the tool. Try without the '-' e.g docker compose up should work.