Skip to content

Commit

Permalink
[Update] HtmlDocs docker file to net9
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Jan 11, 2025
1 parent dadf096 commit ff31078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HtmlDocs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR /usr/share/nginx/html

COPY HtmlDocs/nginx.conf /etc/nginx/nginx.conf

COPY ../SysML2.NET.CodeGenerator.Tests/bin/Debug/net8.0/_SysML2.NET.Core.AutoGenHtmlDocs/index.html .
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 .
COPY ../SysML2.NET.CodeGenerator/Resources/HtmlDocs .

0 comments on commit ff31078

Please sign in to comment.