[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

improved dockerfile

Kasper (Oct 27, 2020, 4:48 PM +0100) cd6bb51c b2d5cad8

+1 -20
+1 -20
web/Dockerfile
··· 4 4 5 5 RUN npm install -g nodemon@1.12.1 6 6 7 - RUN npm install mysql@2.14.1 8 - RUN npm install elasticsearch@14.0.0 9 - RUN npm install multer@1.3.0 10 - RUN npm install base32@0.0.6 11 - 12 - RUN npm install pug@2.0.0-rc.4 13 - RUN npm install node-sass@4.5.3 14 - RUN npm install fs-path@0.0.23 15 - 16 - RUN npm install express@4.15.4 17 - RUN npm install body-parser@1.17.2 18 - RUN npm install validator@8.0.0 19 - RUN npm install express-session@1.15.5 20 - RUN npm install express-mysql-session@1.2.2 21 - 22 - RUN npm install passport@0.4.0 23 - RUN npm install passport-local@1.0.0 24 - RUN npm install bcryptjs@2.4.3 25 - 26 - RUN npm install music-metadata@0.8.4 7 + RUN npm install 27 8 28 9 WORKDIR /usr/src/app 29 10