1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-04 11:55:58 +02:00

named args to server

This commit is contained in:
Kyle Spearrin 2017-08-25 11:00:19 -04:00
parent 2c2d08c7cc
commit 7099b0579a

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