diff --git a/src/Dockerfile b/src/Dockerfile index 99edc06..57d57a5 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /src COPY . . # Restore dependencies and build the application -RUN dotnet build -c Release -o /app +RUN dotnet build src/sodoffmmo.csproj -c Release -o /app # Create clean run environment (without source and sdk) # FROM mcr.microsoft.com/dotnet/runtime:9.0 AS base