Files
TestPostsBot/entrypoint.sh
T

7 lines
94 B
Bash
Raw Normal View History

2026-03-11 18:09:41 +00:00
#!/bin/sh
set -e
# Fix permissions for DB folder
chown -R botuser:botgroup /app/DB
exec "$@"