fix: Run Docker container as root user to avoid permission issues

This commit is contained in:
Hördle Bot
2025-11-21 14:44:05 +01:00
parent 28e716c52b
commit 8540c7be54

View File

@@ -4,6 +4,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
user: root
restart: always restart: always
ports: ports:
- "3010:3000" - "3010:3000"