Build/release

This commit is contained in:
Zane Claes
2020-03-31 11:42:37 -06:00
parent 955d34cc9b
commit 6c8ac90092
6 changed files with 9987 additions and 6448 deletions

View File

@ -33,8 +33,9 @@ RUN wget -q -O - https://apt.mopidy.com/mopidy.gpg \
# Clone Iris from the repository and install in development mode.
# This allows a binding at "/iris" to map to your local folder for development, rather than
# installing using pip.
RUN git clone https://github.com/jaedb/Iris.git /iris \
&& cd /iris \
COPY . /iris
RUN cd /iris \
&& python3.7 setup.py develop \
&& mkdir -p /var/lib/mopidy/.config \
&& ln -s /config /var/lib/mopidy/.config/mopidy \