Skip to content

Commit 79b0ce8

Browse files
author
sam.gerene
committed
[Update] DockerFile to inculde SySML2.NET.REST
1 parent 3289b7e commit 79b0ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SysML2.NET.Viewer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /src
55
COPY Nuget.Config .
66
COPY SysML2.NET SysML2.NET
77
COPY SysML2.NET.Serializer.Json SysML2.NET.Serializer.Json
8+
COPY SySML2.NET.REST SySML2.NET.REST
89
COPY SysML2.NET.Viewer SysML2.NET.Viewer
910
RUN dotnet restore --configfile Nuget.Config SysML2.NET.Viewer
1011
RUN dotnet build SysML2.NET.Viewer -c Release -o /app/build

0 commit comments

Comments
 (0)