moneroexamples / onion-monero-blockchain-explorer

Onion Monero Blockchain Explorer
https://xmrchain.net
BSD 3-Clause "New" or "Revised" License
369 stars 269 forks source link

Docker: No targets specified and no makefile found #250

Closed moneroexamples closed 2 years ago

moneroexamples commented 2 years ago
make: *** No targets specified and no makefile found.  Stop.
The command '/bin/sh -c git clone --recursive --branch ${MONERO_BRANCH} https://github.com/monero-project/monero.git     && cd monero     && test -z "$NPROC" && nproc > /nproc || echo -n "$NPROC" > /nproc && make -j"$(cat /nproc)"' returned a non-zero code: 2
sethforprivacy commented 2 years ago

Thanks for the fix, not sure why it didn't like the extra ARG declaration.

moneroexamples commented 2 years ago

No problem. Thanks for the PRs.