mirror of
https://github.com/bitwarden/browser
synced 2024-12-18 20:33:00 +01:00
6 lines
152 B
Bash
6 lines
152 B
Bash
#!/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
|