Skip to content

Commit

Permalink
remove unnecessary addrbook download from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Jul 8, 2024
1 parent f2ff3e1 commit 40c3a08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ RUN mv $HOME/.Cardchain $HOME/.cardchaind
COPY scripts/download_genesis.py download_genesis.py
RUN python3 download_genesis.py
RUN mv genesis.json $HOME/.cardchaind/config/genesis.json
RUN wget -O $HOME/.cardchaind/config/addrbook.json "https://raw.githubusercontent.com/DecentralCardGame/Testnet/main/addrbook.json"

RUN chmod +x ./docker-run.sh
ENTRYPOINT bash docker-run.sh
2 changes: 0 additions & 2 deletions goat/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const querystring = require('node:querystring');
const app = express();
const PORT = process.env.PORT || 31337;

//let codeValue = 'oHISzAR5RdTef7jVntWuA48Gf044Vr'

const fetchUser = code => {
let query = querystring.stringify({
'client_id': '1242405621815316502',
Expand Down

0 comments on commit 40c3a08

Please sign in to comment.