Skip to content

Commit

Permalink
- removed bee-dashboard specific version pull
Browse files Browse the repository at this point in the history
- updated maintainer info
  • Loading branch information
rampall committed Jun 9, 2024
1 parent e15fd27 commit 34739ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"type": "service",
"mainService": "bee",
"architectures": ["linux/amd64"],
"author": "rndlabs <[email protected]> (https://github.com/rndlabs)",
"author": "rampall <[email protected]> (https://github.com/rampall)",
"contributors": [
"rampall <[email protected]> (https://github.com/rampall)",
"mfw78 <[email protected]> (https://github.com/mfw78)",
"DAppNode Association <[email protected]> (https://github.com/dappnode)",
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
Expand All @@ -20,10 +21,10 @@
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/rndlabs/DAppNodePackage-swarm.git"
"url": "https://github.com/rampall/DAppNodePackage-swarm.git"
},
"bugs": {
"url": "https://github.com/rndlabs/DAppNodePackage-swarm/issues"
"url": "https://github.com/rampall/DAppNodePackage-swarm/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.29"
Expand Down
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV REACT_APP_BEE_DEBUG_HOST=http://bee.swarm.public.dappnode:1635
ENV REACT_APP_DEFAULT_RPC_URL=http://nethermind-xdai.dappnode:8545

RUN apk add git build-base python3 && \
git clone --depth 1 --branch v0.25.0 https://github.com/ethersphere/bee-dashboard.git . && \
git clone --depth 1 https://github.com/ethersphere/bee-dashboard.git . && \
npm uninstall puppeteer && \
npm ci && \
npm run build
Expand Down

0 comments on commit 34739ae

Please sign in to comment.