Add render group creation for hardware acceleration support in Dockerfile

This commit is contained in:
SergeantPanda 2025-05-12 14:26:32 -05:00
parent ade8a625bc
commit d25d57c162

View file

@ -22,6 +22,9 @@ ENV VIRTUAL_ENV=/dispatcharrpy
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
WORKDIR /app
# Create render group for hardware acceleration support
RUN groupadd -r render || true
# Copy application code
COPY . /app
# Copy nginx configuration