Skip to content

Commit

Permalink
cd: fix working dir of compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 30, 2024
1 parent 4a7ab26 commit 14b77e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gen-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
apt-get update &&
apt-get install -y ${dependencies[*]} &&
cargo build --release --no-default-features --features $features"
working_dir: /spotifyd
working_dir: /build
volumes:
- ./:/build
END_FILE

0 comments on commit 14b77e8

Please sign in to comment.