aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2018-12-12 23:46:21 +0300
committerGitHub <noreply@github.com>2018-12-12 23:46:21 +0300
commitad4b73d1cbbaf9363d261c598082f9eba644b2a2 (patch)
tree56ccd9cf25d755e6765d896c358089a45e370f90
parent3680da59a37a0c910928fc31c3c6659339c822f2 (diff)
parent903596501488c8e3b434e2f5d4dd9bbbffff0b13 (diff)
Merge pull request #103 from Bond-009/patch-1
Fix Dockerfile broken by #98
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fad1a95a2..9c352ef8f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,4 +17,4 @@ EXPOSE 8096
VOLUME /config /media
ENV PUID=1000 PGID=1000
ENTRYPOINT chown $PUID:$PGID /config /media \
- && gosu $PUID:$PGID dotnet /jellyfin/EmbyServer.dll -programdata /config
+ && gosu $PUID:$PGID dotnet /jellyfin/jellyfin.dll -programdata /config