1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 13:53:17 +00: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