We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceed34a + ad195fd commit ea8d0e3Copy full SHA for ea8d0e3
Dockerfile-localnet
@@ -62,4 +62,6 @@ ENV RUN_IN_DOCKER=1
62
EXPOSE 30334 30335 9944 9945
63
64
ENTRYPOINT ["/scripts/localnet.sh"]
65
+# Fast blocks defaults to True, you can disable it by passing False to the docker command, e.g.:
66
+# docker run ghcr.io/opentensor/subtensor-localnet False
67
CMD ["True"]
0 commit comments