Only need 2 threads
This commit is contained in:
parent
f05f2c4d6d
commit
1e9f61d7de
|
@ -17,4 +17,4 @@ RUN bundle install
|
||||||
EXPOSE 4567
|
EXPOSE 4567
|
||||||
|
|
||||||
# Send it
|
# Send it
|
||||||
CMD ["bundle", "exec", "puma", "-p", "4567", "-e", "production"]
|
CMD ["bundle", "exec", "puma", "-p", "4567", "-t", "2", "-e", "production"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user