Skip to content

Commit 325c372

Browse files
authored
Update Dockerfile (#7)
2 parents b8b7e84 + 30c4e6f commit 325c372

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)