named args to server

This commit is contained in:
Kyle Spearrin 2017-08-25 11:00:19 -04:00
parent 2c2d08c7cc
commit 7099b0579a
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
cp /etc/bitwarden/web/settings.js /app/js/settings.js
cp /etc/bitwarden/web/app-id.json /app/app-id.json
dotnet /bitwarden_server/Server.dll /app .
dotnet /bitwarden_server/Server.dll /contentRoot=/app /webRoot=. /serveUnknown=false