diff --git a/entrypoint.sh b/entrypoint.sh index 78d1c39c13..f2960d0618 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/sh cp /etc/bitwarden/web/settings.js /app/js/settings.js +cp /etc/bitwarden/web/app-id.json /app/app-id.json http-server ./ -p 80 -d false --utc