.
This commit is contained in:
commit
dede9ce18d
21 changed files with 485 additions and 0 deletions
6
images/papermc/entrypoint.sh
Executable file
6
images/papermc/entrypoint.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
cd /data
|
||||
cp -rf /mnt/* . || true
|
||||
exec "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue