WIP fix relayers UI #2

Open
tornadocontrib wants to merge 4 commits from tornadocontrib/relayers-network-ui:master into master
Showing only changes of commit 4b9baa63d0 - Show all commits

View File

@ -16,7 +16,7 @@ RUN ipfs init
ENV GIT_REPOSITORY=https://codeberg.org/tornadocash/relayers-network-ui.git
# From development branch, double check with tornado.ws
ENV GIT_COMMIT_HASH=57d3ba5ac5ea8bab6e24b30630c933568dddbec9
ENV GIT_COMMIT_HASH=382fe5a1274a9c553cf962721e96a93b274ff823
# clone the repository
RUN mkdir /app/
@ -43,4 +43,4 @@ RUN cat ipfs_hash.txt
RUN printf '#!/bin/sh\nipfs --api /ip4/`getent ahostsv4 host.docker.internal | grep STREAM | head -n 1 | cut -d \ -f 1`/tcp/5001 add --cid-version 1 -r ./dist' >> entrypoint.sh
RUN chmod u+x entrypoint.sh
ENTRYPOINT [ "./entrypoint.sh" ]
ENTRYPOINT [ "./entrypoint.sh" ]