We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 325c372 + 5636b91 commit 358d3a6Copy full SHA for 358d3a6
1 file changed
TemplateService/Dockerfile
@@ -28,8 +28,4 @@ RUN dotnet publish "$SOLUTION_NAME.sln" -c Release -o /app/publish
28
FROM base AS final
29
WORKDIR /app
30
COPY --from=publish /app/publish .
31
-
32
-ARG SOLUTION_NAME
33
-ENV SOLUTION_NAME=$SOLUTION_NAME
34
35
-ENTRYPOINT ["dotnet", "${SOLUTION_NAME}.dll"]
+ENTRYPOINT ["dotnet", "TemplateService.dll"]
0 commit comments