Skip to content

Commit 358d3a6

Browse files
authored
Manually specify dll name (#8)
2 parents 325c372 + 5636b91 commit 358d3a6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

TemplateService/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ RUN dotnet publish "$SOLUTION_NAME.sln" -c Release -o /app/publish
2828
FROM base AS final
2929
WORKDIR /app
3030
COPY --from=publish /app/publish .
31-
32-
ARG SOLUTION_NAME
33-
ENV SOLUTION_NAME=$SOLUTION_NAME
34-
35-
ENTRYPOINT ["dotnet", "${SOLUTION_NAME}.dll"]
31+
ENTRYPOINT ["dotnet", "TemplateService.dll"]

0 commit comments

Comments
 (0)