1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 02:24:02 +00:00

Update docker

This commit is contained in:
Vince Grassia
2022-02-26 18:14:31 -05:00
parent 98fb71fcb6
commit dbd70f687d
7 changed files with 76 additions and 61 deletions

7
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/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