copy appsettings on entrypoint

This commit is contained in:
Kyle Spearrin 2017-08-08 00:03:10 -04:00
parent 4c46317f24
commit 3a823d32b5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
cp /etc/bitwarden/web/settings.js /app/js/settings.js
http-server ./ -p 80 -d false --utc