mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 23:08:42 +01:00
Merge pull request #83 from nvllsvm/dockdeb
Add Dockerfile for building Debian package
This commit is contained in:
1
debian/rules
vendored
1
debian/rules
vendored
@@ -15,7 +15,6 @@ override_dh_auto_test:
|
||||
override_dh_clistrip:
|
||||
|
||||
override_dh_auto_build:
|
||||
git submodule update --init
|
||||
dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'
|
||||
dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user