1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
Files
web/docker/entrypoint.sh
Vince Grassia 8add15eae9 Add web server
2022-04-07 12:05:30 -04:00

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=.