diff --git a/Dockerfile b/Dockerfile index 2a3d4f8..d2fd19d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ FROM mcr.microsoft.com/dotnet/aspnet:10.0 WORKDIR /app COPY --from=build /app/published . -CMD ["dotnet", "S8N_Workflow_Template.dll"] \ No newline at end of file +CMD ["dotnet", "S8N.WorkflowTemplate.dll"] \ No newline at end of file diff --git a/S8N_Workflow_Template.csproj b/S8N.WorkflowTemplate.csproj similarity index 100% rename from S8N_Workflow_Template.csproj rename to S8N.WorkflowTemplate.csproj diff --git a/S8N_Workflow_Template.sln b/S8N.WorkflowTemplate.sln similarity index 100% rename from S8N_Workflow_Template.sln rename to S8N.WorkflowTemplate.sln