mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 05:01:13 -07:00
fixy
This commit is contained in:
parent
c066e723ed
commit
a19c0affe7
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
# build stage
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build
|
||||
LABEL exclaimer-signature-analytics-build=true
|
||||
ARG VERSION=1.0.0
|
||||
WORKDIR /source
|
||||
|
||||
|
@ -63,7 +62,7 @@ FROM build AS publish
|
|||
|
||||
RUN dotnet publish "Ombi.csproj" -c release --no-restore --no-build -o /app/publish
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled as base
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy as base
|
||||
WORKDIR /src/Ombi
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue