forked from coop-cloud/authentik
Work towards custom CSS in volume
This commit is contained in:
5
entrypoint-css-volume.sh
Normal file
5
entrypoint-css-volume.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp -f /css/custom.css /web/dist/
|
||||
|
||||
su $(id -un 1000) -s /bin/bash -c 'dumb-init -- ak server'
|
Reference in New Issue
Block a user