1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-10 13:43:56 +00:00

Change number of workers in image, document the setting (fixes #90)

This commit is contained in:
Miroslav Prasil 2018-07-18 10:40:46 +01:00
parent 458a238c38
commit 06f7bd7c97
2 changed files with 16 additions and 0 deletions

View file

@ -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\