We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadf096 commit ff31078Copy full SHA for ff31078
HtmlDocs/Dockerfile
@@ -4,6 +4,6 @@ WORKDIR /usr/share/nginx/html
4
5
COPY HtmlDocs/nginx.conf /etc/nginx/nginx.conf
6
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 .
+COPY ../SysML2.NET.CodeGenerator.Tests/bin/Debug/net9.0/_SysML2.NET.Core.AutoGenHtmlDocs/index.html .
+COPY ../SysML2.NET.CodeGenerator.Tests/bin/Debug/net9.0/_SysML2.NET.Core.AutoGenHtmlDocs/sysml2-class-inheritance.svg .
9
COPY ../SysML2.NET.CodeGenerator/Resources/HtmlDocs .
0 commit comments