diff --git a/entrypoint.sh b/entrypoint.sh index bc986c7..1f4221f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,6 @@ #!/bin/sh set -e -# Fix permissions for DB folder -chown -R botuser:botgroup /app/DB +## Skipping chown for bind-mounted DB folder to avoid permission errors exec "$@" \ No newline at end of file