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 ccf88ae commit 2247202Copy full SHA for 2247202
Dockerfile
@@ -22,4 +22,4 @@ ENTRYPOINT ["racket", "/src/herbie/main.rkt"]
22
EXPOSE 80
23
# NOTE --public allows the Docker host to interact with the demo,
24
# typical users shouldn't need to use it.
25
-CMD ["web", "--public", "--port", "80", "--quiet", "--demo"]
+CMD ["web", "--public", "--port", "80", "--quiet", "--demo", "--threads", "2"]
0 commit comments