This commit is contained in:
parent
081bbed88b
commit
e53cb77608
12
Dockerfile
12
Dockerfile
|
@ -1,10 +1,10 @@
|
||||||
FROM node as webui
|
FROM node as webui
|
||||||
|
|
||||||
RUN git clone --depth=1 https://github.com/ziahamza/webui-aria2
|
#RUN git clone --depth=1 https://github.com/ziahamza/webui-aria2
|
||||||
WORKDIR /webui-aria2
|
#WORKDIR /webui-aria2
|
||||||
RUN npm install
|
#RUN npm install
|
||||||
COPY configuration.js /webui-aria2/src/js/services/configuration.js
|
#COPY configuration.js /webui-aria2/src/js/services/configuration.js
|
||||||
RUN npm run-script build
|
#RUN npm run-script build
|
||||||
|
|
||||||
RUN git clone --depth=1 https://github.com/mayswind/AriaNg /AriaNg
|
RUN git clone --depth=1 https://github.com/mayswind/AriaNg /AriaNg
|
||||||
WORKDIR /AriaNg
|
WORKDIR /AriaNg
|
||||||
|
@ -22,7 +22,7 @@ RUN apk add --no-cache \
|
||||||
|
|
||||||
COPY --from=sbruder/aria2_exporter /aria2_exporter /aria2_exporter
|
COPY --from=sbruder/aria2_exporter /aria2_exporter /aria2_exporter
|
||||||
|
|
||||||
COPY --from=webui /webui-aria2/docs /srv/www/webui
|
#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/ng
|
||||||
|
|
||||||
COPY --from=nginx:alpine /etc/nginx/nginx.conf /etc/nginx/nginx.conf
|
COPY --from=nginx:alpine /etc/nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
Reference in a new issue