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 a9f81ff commit cde220bCopy full SHA for cde220b
README.md
@@ -54,6 +54,7 @@ Once Docker is installed, in a new folder for your project, run the following co
54
55
```bash
56
docker run -p 4000:4000 \
57
+ -p 15432:15432 \
58
-v ${PWD}:/cube/conf \
59
-e CUBEJS_DEV_MODE=true \
60
cubejs/cube
0 commit comments