From c72dcdf2998ccb45317d09abf8afdabdf23132ad Mon Sep 17 00:00:00 2001 From: Louis LABORIE Date: Thu, 6 Feb 2025 08:13:49 +0100 Subject: [PATCH] Try new Dockerfile for pipeline :beers::beers: --- Server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Dockerfile b/Server/Dockerfile index 18264a1..da6efa5 100644 --- a/Server/Dockerfile +++ b/Server/Dockerfile @@ -24,4 +24,4 @@ RUN dotnet publish "Server.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:Us FROM base AS final WORKDIR /app COPY --from=publish /app/publish . -ENTRYPOINT ["dotnet", "Server.dll"] +ENTRYPOINT ["dotnet", "Server.dll"] \ No newline at end of file