Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisaichen committed Aug 17, 2024
1 parent ddc0298 commit 748f2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ EXPOSE 8096
COPY ./res c:/res
COPY ./jellyfin c:/jellyfin/system

RUN powershell (takeown /F c:\jellyfin /R /D Y 2>$null) ; \
(takeown /F c:\res\nvdll /R /D Y /A 2>$null) ; \
RUN powershell takeown /F c:\jellyfin /R /D Y ; \
takeown /F c:\res\nvdll /R /D Y /A ; \
Move-Item -Path c:\res\nvdll\* -Destination C:\Windows\System32 ; \
Import-Certificate -FilePath c:\res\cacert.sst -CertStoreLocation 'Cert:\LocalMachine\Root' ; \
mkdir media ; \
Expand Down

0 comments on commit 748f2f1

Please sign in to comment.