This commit is contained in:
kento2 2026-08-16 00:26:34 +02:00
commit dede9ce18d
21 changed files with 485 additions and 0 deletions

6
images/velocity/entrypoint.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
set -ex
cd /data
cp -rf /mnt/* . || true
exec "$@"