Skip to content

Commit ff31078

Browse files
[Update] HtmlDocs docker file to net9
1 parent dadf096 commit ff31078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: HtmlDocs/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ WORKDIR /usr/share/nginx/html
44

55
COPY HtmlDocs/nginx.conf /etc/nginx/nginx.conf
66

7-
COPY ../SysML2.NET.CodeGenerator.Tests/bin/Debug/net8.0/_SysML2.NET.Core.AutoGenHtmlDocs/index.html .
8-
COPY ../SysML2.NET.CodeGenerator.Tests/bin/Debug/net8.0/_SysML2.NET.Core.AutoGenHtmlDocs/sysml2-class-inheritance.svg .
7+
COPY ../SysML2.NET.CodeGenerator.Tests/bin/Debug/net9.0/_SysML2.NET.Core.AutoGenHtmlDocs/index.html .
8+
COPY ../SysML2.NET.CodeGenerator.Tests/bin/Debug/net9.0/_SysML2.NET.Core.AutoGenHtmlDocs/sysml2-class-inheritance.svg .
99
COPY ../SysML2.NET.CodeGenerator/Resources/HtmlDocs .

0 commit comments

Comments
 (0)