diff --git a/entrypoint.sh b/entrypoint.sh index d811c6f8..c7ce426b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,4 +35,4 @@ chown -R $USERNAME:$GROUPNAME /app chown -R $USERNAME:$GROUPNAME /bitwarden_server exec gosu $USERNAME:$GROUPNAME dotnet /bitwarden_server/Server.dll \ - /contentRoot=/app /webRoot=. /serveUnknown=false + /contentRoot=/app /webRoot=. /serveUnknown=false /cacheWeb=true