mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
change the build image to SDK
This commit is contained in:
parent
9f43f87a2f
commit
cc8e4e8227
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# build stage
|
||||
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy-chiseled AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build
|
||||
LABEL exclaimer-signature-analytics-build=true
|
||||
ARG VERSION=1.0.0
|
||||
WORKDIR /source
|
||||
|
@ -49,6 +49,7 @@ COPY ["Ombi.Settings/Ombi.Settings.csproj", "Ombi.Settings/"]
|
|||
COPY ["Ombi.Store/Ombi.Store.csproj", "Ombi.Store/"]
|
||||
COPY ["Ombi.TheMovieDbApi/Ombi.Api.TheMovieDb.csproj", "Ombi.TheMovieDbApi/"]
|
||||
COPY ["Ombi.Api.Twilio/Ombi.Api.Twilio.csproj", "Ombi.Api.Twilio/"]
|
||||
COPY ["Ombi.Updater/Ombi.Updater.csproj", "Ombi.Updater/"]
|
||||
RUN dotnet restore Ombi/Ombi.csproj
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue