mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Add render group creation for hardware acceleration support in Dockerfile
This commit is contained in:
parent
ade8a625bc
commit
d25d57c162
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue