Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ede0439b1246eba27333bcf731e04bea83fb4798 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix arm32 Docker

release-10.1.0
Andrew Rabert 6 years ago
parent 28483bdb54
commit ede0439b12

@ -6,6 +6,7 @@ WORKDIR /repo
COPY . .
#TODO Remove or update the sed line when we update dotnet version.
RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \
&& find . -type f -exec sed -i 's/netcoreapp2.1/netcoreapp3.0/g' {} \; \
&& dotnet clean -maxcpucount:1 \
&& dotnet publish \
-maxcpucount:1 \

Loading…
Cancel
Save