mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08: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
|