Work towards custom CSS in volume

This commit is contained in:
3wc
2024-11-18 15:59:07 -05:00
parent 47793df102
commit 98a5d4b726
3 changed files with 27 additions and 0 deletions

5
entrypoint-css-volume.sh Normal file
View 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'