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.arm | |
| parent | 34da7de47d5a217733f5a4d3a7116ef168327cb0 (diff) | |
Fix docker args
After the change to runtime args in #749 docker broke.
This fixes it.
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index 657cb4ac6..039274197 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -21,4 +21,4 @@ RUN apt-get update \ COPY --from=builder /jellyfin /jellyfin EXPOSE 8096 VOLUME /config /media -ENTRYPOINT dotnet /jellyfin/jellyfin.dll -programdata /config +ENTRYPOINT dotnet /jellyfin/jellyfin.dll --datadir /config |
