fix permission issue on docker
This commit is contained in:
@@ -35,7 +35,7 @@ from utils import log_event, create_notification, get_unread_count
|
||||
room_files_bp = Blueprint('room_files', __name__, url_prefix='/api/rooms')
|
||||
|
||||
# Root directory for storing room files
|
||||
DATA_ROOT = '/data/rooms' # This should be a Docker volume
|
||||
DATA_ROOT = '/app/uploads/rooms' # Updated to match Docker volume mount point
|
||||
|
||||
# Set of allowed file extensions for upload
|
||||
ALLOWED_EXTENSIONS = {
|
||||
|
||||
Reference in New Issue
Block a user