diff options
| author | Sparky <sparky@possumlodge.me> | 2019-02-02 09:00:04 -0500 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-02 15:17:59 +0100 |
| commit | 1d94607a306521860df44982d6bfeb1a139def52 (patch) | |
| tree | e4faa2b49cebc3551bcf9af7ca5e3ce272bc96c3 /Dockerfile | |
| parent | 34da7de47d5a217733f5a4d3a7116ef168327cb0 (diff) | |
Fix docker args
After the change to runtime args in #749 docker broke.
This fixes it.
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c79d6f8ee..37388fda9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ COPY --from=ffmpeg / / COPY --from=builder /jellyfin /jellyfin EXPOSE 8096 VOLUME /config /media -ENTRYPOINT dotnet /jellyfin/jellyfin.dll -programdata /config +ENTRYPOINT dotnet /jellyfin/jellyfin.dll --datadir /config |
