File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
.github /
16
- docs /
17
16
demos /
18
17
guidelines /
19
18
tests /
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ RUN dotnet publish -c Release -o out --nologo src/InformaticsGateway/Monai.Deplo
29
29
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal
30
30
31
31
ENV DEBIAN_FRONTEND=noninteractive
32
-
33
32
RUN apt-get clean \
34
33
&& apt-get update \
35
34
&& apt-get install -y --no-install-recommends \
@@ -39,10 +38,11 @@ RUN apt-get clean \
39
38
&& rm -rf /var/lib/apt/lists
40
39
41
40
WORKDIR /opt/monai/ig
42
- COPY --from=build /app/out .
43
- # COPY docs/compliance/open-source-licenses.md .
44
41
42
+ COPY --from=build /app/out .
45
43
COPY --from=build /tools /opt/dotnetcore-tools
44
+ COPY LICENSE ./
45
+ COPY docs/compliance/third-party-licenses.md ./
46
46
47
47
EXPOSE 104
48
48
EXPOSE 2575
You can’t perform that action at this time.
0 commit comments