Skip to content

Commit 2247202

Browse files
committed
Turn on threads by default in Docker
1 parent ccf88ae commit 2247202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ ENTRYPOINT ["racket", "/src/herbie/main.rkt"]
2222
EXPOSE 80
2323
# NOTE --public allows the Docker host to interact with the demo,
2424
# typical users shouldn't need to use it.
25-
CMD ["web", "--public", "--port", "80", "--quiet", "--demo"]
25+
CMD ["web", "--public", "--port", "80", "--quiet", "--demo", "--threads", "2"]

0 commit comments

Comments
 (0)