1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-30 23:11:22 +01:00
bitwarden-server/src/Icons/entrypoint.sh

10 lines
300 B
Bash
Raw Normal View History

2017-10-23 15:27:47 +02:00
#!/bin/sh
2018-03-27 20:55:33 +02:00
useradd -r -u ${LOCAL_UID:-999} -g bitwarden bitwarden
chown -R bitwarden:bitwarden /app
chown -R bitwarden:bitwarden /etc/iconserver
gosu bitwarden:bitwarden /etc/iconserver/iconserver &
gosu bitwarden:bitwarden dotnet /app/Icons.dll iconsSettings:bestIconBaseUrl=http://localhost:8080