Browse Source

Enable threads for httpbeast. (#3924)

Dominik Picheta 7 years ago
parent
commit
1715fa9356
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Nim/httpbeast/httpbeast.dockerfile

+ 1 - 1
frameworks/Nim/httpbeast/httpbeast.dockerfile

@@ -9,6 +9,6 @@ ENV PATH $PATH:/root/.nimble/bin
 
 
 ADD ./ /httpbeast
 ADD ./ /httpbeast
 WORKDIR /httpbeast
 WORKDIR /httpbeast
-RUN nimble c -d:release --gc:boehm -y techempower.nim
+RUN nimble c -d:release --threads:on --gc:boehm -y techempower.nim
 
 
 CMD ./techempower
 CMD ./techempower