mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
6 lines
201 B
Bash
6 lines
201 B
Bash
#!/bin/sh
|
|
|
|
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 /contentRoot=/app /webRoot=. /serveUnknown=false
|