Nested path to requirements.txt

This commit is contained in:
James Barnsley
2023-01-05 21:35:37 +13:00
parent 456eca7add
commit 6ca71d9c52

View File

@ -140,7 +140,7 @@ RUN git clone --depth 1 -b gstspotifysrc-hack https://github.com/kingosticks/mop
&& rm -rf mopidy-spotify
# Install additional mopidy extensions and Python dependencies via pip
COPY requirements.txt .
COPY docker/requirements.txt .
RUN python3 -m pip install -r requirements.txt
# Cleanup