diff --git a/src/Servers/GenHttpServer11/Dockerfile b/src/Servers/GenHttpServer11/Dockerfile index 3f8b600..b38753f 100644 --- a/src/Servers/GenHttpServer11/Dockerfile +++ b/src/Servers/GenHttpServer11/Dockerfile @@ -1,9 +1,9 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src COPY Directory.Build.props . -COPY src/Servers/GenHttpServer/ src/Servers/GenHttpServer/ -RUN dotnet restore src/Servers/GenHttpServer/GenHttpServer.csproj -RUN dotnet publish src/Servers/GenHttpServer/GenHttpServer.csproj -c Release -o /app --no-restore +COPY src/Servers/GenHttpServer11/ src/Servers/GenHttpServer11/ +RUN dotnet restore src/Servers/GenHttpServer11/GenHttpServer.csproj +RUN dotnet publish src/Servers/GenHttpServer11/GenHttpServer.csproj -c Release -o /app --no-restore FROM mcr.microsoft.com/dotnet/runtime:10.0 WORKDIR /app diff --git a/src/Servers/GenHttpServer11/GenHttpServer.csproj b/src/Servers/GenHttpServer11/GenHttpServer.csproj index 3e47971..634b3a0 100644 --- a/src/Servers/GenHttpServer11/GenHttpServer.csproj +++ b/src/Servers/GenHttpServer11/GenHttpServer.csproj @@ -7,9 +7,9 @@ - - - + + +