diff options
author | Miroslav Prasil <[email protected]> | 2018-07-18 10:40:46 +0100 |
---|---|---|
committer | Miroslav Prasil <[email protected]> | 2018-07-18 10:41:39 +0100 |
commit | 06f7bd7c976b78c5e490c03f016c9713026c161f (patch) | |
tree | 9a31876bd539974132fdf804786e2cece2c5d1dc /Dockerfile | |
parent | 458a238c3810f0af2829bfc8878240014fd11504 (diff) | |
download | vaultwarden-06f7bd7c976b78c5e490c03f016c9713026c161f.tar.gz vaultwarden-06f7bd7c976b78c5e490c03f016c9713026c161f.zip |
Change number of workers in image, document the setting (fixes #90)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ RUN cargo build --release FROM debian:stretch-slim ENV ROCKET_ENV "staging" +ENV ROCKET_WORKERS=10 # Install needed libraries RUN apt-get update && apt-get install -y\ |