Browse Source

copy appsettings on entrypoint

pull/108/head
Kyle Spearrin 8 years ago
parent
commit
3a823d32b5
  1. 1
      entrypoint.sh

1
entrypoint.sh

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

Loading…
Cancel
Save