Browse Source

Merge pull request #103 from Bond-009/patch-1

Fix Dockerfile broken by #98
Vasily 6 năm trước cách đây
mục cha
commit
ad4b73d1cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
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