We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466313d commit 9401596Copy full SHA for 9401596
README.md
@@ -1,4 +1,4 @@
1
# transaction-latency
2
3
docker build -t transaction-latency .
4
-docker run -v (pwd)/data:/data --env-file .env --rm -it transaction-latency
+docker run -v $(pwd)/data:/app/data --env-file .env --rm -it transaction-latency
0 commit comments