Skip to content

Commit

Permalink
fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jun 26, 2024
1 parent c066e72 commit a19c0af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a19c0af

Please sign in to comment.