2ch commited on
Commit
6967ee6
·
verified ·
1 Parent(s): add9e92

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ EOF
22
 
23
  ENTRYPOINT ["/entrypoint.sh"]
24
 
25
- CMD ["/app/app"]
 
22
 
23
  ENTRYPOINT ["/entrypoint.sh"]
24
 
25
+ CMD ["/app/app", "-output", "/app/results.json", "-timeout", "1s", "-workers", "100"]