mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Removed render group creation as now it's done in the base build.
This commit is contained in:
parent
0953e044b7
commit
3098b96919
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue