1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00

cacheWeb arg

This commit is contained in:
Kyle Spearrin 2018-08-07 14:31:16 -04:00
parent b4a0913994
commit d72ba456ae

View File

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