Remove aria2-webui

master
Simon Bruder 2019-10-12 08:35:22 +00:00
parent ed38197304
commit 82674732f4
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 9 deletions

View File

@ -1,12 +1,5 @@
FROM node:11 as webui
RUN git clone --depth=1 https://github.com/ziahamza/webui-aria2
WORKDIR /webui-aria2
RUN npm install node-sass \
&& npm install
COPY configuration.js /webui-aria2/src/js/services/configuration.js
RUN npm run-script build
RUN git clone --depth=1 https://github.com/mayswind/AriaNg /AriaNg
WORKDIR /AriaNg
COPY ariang-additional-options.js .
@ -29,8 +22,7 @@ RUN apk add --no-cache \
COPY --from=sbruder/aria2_exporter /aria2_exporter /aria2_exporter
COPY --from=webui /webui-aria2/docs /srv/www/webui
COPY --from=webui /AriaNg/dist /srv/www/webui/ng
COPY --from=webui /AriaNg/dist /srv/www/webui
COPY --from=nginx:alpine /etc/nginx/nginx.conf /etc/nginx/nginx.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf