From 161e7d17634479c881b7d6f7798622715e284849 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 8 Aug 2017 00:44:58 -0400 Subject: [PATCH] copy app-id.json for u2f --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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