1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00: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