mirror of
https://github.com/bitwarden/web
synced 2026-02-05 03:03:24 +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
|