aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-07-18 10:40:46 +0100
committerMiroslav Prasil <[email protected]>2018-07-18 10:41:39 +0100
commit06f7bd7c976b78c5e490c03f016c9713026c161f (patch)
tree9a31876bd539974132fdf804786e2cece2c5d1dc /Dockerfile
parent458a238c3810f0af2829bfc8878240014fd11504 (diff)
downloadvaultwarden-06f7bd7c976b78c5e490c03f016c9713026c161f.tar.gz
vaultwarden-06f7bd7c976b78c5e490c03f016c9713026c161f.zip
Change number of workers in image, document the setting (fixes #90)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index a68a82a8..91e1d951 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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\