Files
TestPostsBot/entrypoint.sh
T

6 lines
100 B
Bash
Raw Normal View History

2026-03-11 18:09:41 +00:00
#!/bin/sh
set -e
2026-03-11 18:21:06 +00:00
## Skipping chown for bind-mounted DB folder to avoid permission errors
2026-03-11 18:09:41 +00:00
exec "$@"