Build/release
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user