🔧 Fixes to AirDCPP searching WIP
1. Fixed the iterable for search results 2. Updated README 3. Listeners still a ?
This commit is contained in:
@@ -8,7 +8,7 @@ COPY package.json yarn.lock /usr/src/threetwo/
|
||||
COPY nodemon.json /usr/src/threetwo
|
||||
COPY jsdoc.json /usr/src/threetwo
|
||||
|
||||
RUN apk add --no-cache --virtual .build-deps make gcc g++ python \
|
||||
RUN apk add --no-cache --virtual .build-deps git automake autoconf \
|
||||
&& yarn \
|
||||
&& apk del .build-deps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user