fix docker builds (#1376)
This commit is contained in:
@@ -16,6 +16,8 @@ COPY ErsatzTV.Application/*.csproj ./ErsatzTV.Application/
|
||||
COPY ErsatzTV.Core/*.csproj ./ErsatzTV.Core/
|
||||
COPY ErsatzTV.FFmpeg/*.csproj ./ErsatzTV.FFmpeg/
|
||||
COPY ErsatzTV.Infrastructure/*.csproj ./ErsatzTV.Infrastructure/
|
||||
COPY ErsatzTV.Infrastructure.Sqlite/*.csproj ./ErsatzTV.Infrastructure.Sqlite/
|
||||
COPY ErsatzTV.Infrastructure.MySql/*.csproj ./ErsatzTV.Infrastructure.MySql/
|
||||
COPY ErsatzTV.Scanner/*.csproj ./ErsatzTV.Scanner/
|
||||
RUN dotnet restore -r linux-x64 ErsatzTV/
|
||||
|
||||
@@ -25,6 +27,8 @@ COPY ErsatzTV.Application/. ./ErsatzTV.Application/
|
||||
COPY ErsatzTV.Core/. ./ErsatzTV.Core/
|
||||
COPY ErsatzTV.FFmpeg/. ./ErsatzTV.FFmpeg/
|
||||
COPY ErsatzTV.Infrastructure/. ./ErsatzTV.Infrastructure/
|
||||
COPY ErsatzTV.Infrastructure.Sqlite/. ./ErsatzTV.Infrastructure.Sqlite/
|
||||
COPY ErsatzTV.Infrastructure.MySql/. ./ErsatzTV.Infrastructure.MySql/
|
||||
COPY ErsatzTV.Scanner/. ./ErsatzTV.Scanner/
|
||||
WORKDIR /source/ErsatzTV.Scanner
|
||||
ARG INFO_VERSION="unknown"
|
||||
|
||||
Reference in New Issue
Block a user