Skip to content

Commit 30c4e6f

Browse files
committed
Update Dockerfile
1 parent f9ab8d5 commit 30c4e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TemplateService/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ COPY --from=publish /app/publish .
3232
ARG SOLUTION_NAME
3333
ENV SOLUTION_NAME=$SOLUTION_NAME
3434

35-
ENTRYPOINT ["dotnet", "$SOLUTION_NAME.dll"]
35+
ENTRYPOINT ["dotnet", "${SOLUTION_NAME}.dll"]

0 commit comments

Comments
 (0)