File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN wget -v https://github.com/qtumproject/solar/releases/download/0.0.14/solar-
2020
2121RUN wget https://github.com/qtumproject/qtumportal/releases/download/0.0.8/qtumportal-linux -O /usr/local/bin/qtumportal && chmod 0755 /usr/local/bin/qtumportal
2222
23- RUN wget -v https://github.com/dcb9/janus/releases/download/0.0.2 /janus-linux-amd64 -O /usr/local/bin/janus && chmod 0755 /usr/local/bin/janus
23+ RUN wget -v https://github.com/dcb9/janus/releases/download/0.0.3 /janus-linux-amd64 -O /usr/local/bin/janus && chmod 0755 /usr/local/bin/janus
2424
2525# Use multi-stage build makes the image smaller by about 80 MB
2626FROM jeanblanchard/alpine-glibc
@@ -45,6 +45,9 @@ COPY qcli /usr/local/bin
4545COPY qtumd-launch /usr/local/bin
4646COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4747
48+ # # local test
49+ # COPY janus-linux-amd64 /usr/local/bin/janus
50+
4851# 9888: qtumportal DApp RPC service
4952# 9899: qtumportal auth service
5053# 3889: qtumd RPC
You can’t perform that action at this time.
0 commit comments