1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

copy appsettings on entrypoint

This commit is contained in:
Kyle Spearrin
2017-08-08 00:03:10 -04:00
parent 4c46317f24
commit 3a823d32b5

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