mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
8 lines
164 B
Bash
8 lines
164 B
Bash
#!/bin/sh
|
|
|
|
/usr/local/bin/confd -onetime -backend env
|
|
|
|
cp /etc/bitwarden/web/app-id.json /app/app-id.json
|
|
|
|
exec dotnet /server/Web.dll /contentRoot=/app /webRoot=.
|