Install stuff after the container is created

This commit is contained in:
eroncero
2025-08-05 14:49:08 +02:00
parent 7de989dbde
commit a50eadfab8
4 changed files with 8 additions and 31 deletions

View File

@@ -1,10 +1,8 @@
#!/bin/sh
/bin/sh /entrypoint/fix_volumes.sh
service mariadb start
# Run the CMD that was passed (or default)
#exec "$@"
exec "$@"
tail -f /dev/null