Skip to content

Commit

Permalink
Another docker update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Galloway committed Oct 1, 2024
1 parent 1113320 commit 8120486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mostlylucid.SchedulerService/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ WORKDIR "/src/Mostlylucid.SchedulerService"
RUN dotnet build "Mostlylucid.SchedulerService.csproj" -c $BUILD_CONFIGURATION -o /app/build

FROM build AS publish
ARG BUILD_CONFIGURATION=Release
RUN dotnet publish "Mostlylucid.SchedulerService.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false --no-restore

FROM base AS final
Expand Down

0 comments on commit 8120486

Please sign in to comment.