Removed render group creation as now it's done in the base build.

This commit is contained in:
SergeantPanda 2025-05-12 20:03:25 -05:00
parent 0953e044b7
commit 3098b96919

View file

@ -22,10 +22,6 @@ ENV VIRTUAL_ENV=/dispatcharrpy
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
WORKDIR /app
# Create render group for hardware acceleration support
# Remove this later as it will be included in the base image
RUN groupadd -r render || true
# Copy application code
COPY . /app
# Copy nginx configuration