mirror of
https://github.com/bitwarden/web
synced 2025-12-24 04:03:20 +00:00
8 lines
212 B
Bash
8 lines
212 B
Bash
#!/bin/sh
|
|
|
|
/usr/local/bin/confd -onetime -backend env
|
|
|
|
cp /etc/bitwarden/web/app-id.json /app/app-id.json
|
|
|
|
exec dotnet /bitwarden_server/Server.dll /contentRoot=/app /webRoot=. /serveUnknown=false /webVault=true
|