File tree Expand file tree Collapse file tree
DocuSign.Workspaces/DocuSign.Workspaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22
3- FROM mcr.microsoft.com/dotnet/aspnet:8.0-bullseye -slim AS base
3+ FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm -slim AS base
44
55WORKDIR /app
66EXPOSE 80
@@ -14,7 +14,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
1414RUN apt-get update && apt-get install nodejs -y
1515RUN npm install -g @angular/cli && npm update
1616
17- FROM mcr.microsoft.com/dotnet/sdk:8.0-bullseye -slim AS build
17+ FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm -slim AS build
1818
1919WORKDIR /src
2020COPY ["DocuSign.Workspaces/*.sln" , "DocuSign.Workspaces/" ]
Original file line number Diff line number Diff line change 6868
6969 <Target Name =" PublishRunWebpack" AfterTargets =" ComputeFilesToPublish" >
7070 <!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
71- <Exec WorkingDirectory =" $(SpaRoot)" Command =" npm install --omit=dev " />
71+ <Exec WorkingDirectory =" $(SpaRoot)" Command =" npm ci --legacy-peer-deps " />
7272 <Exec WorkingDirectory =" $(SpaRoot)" Command =" npm run build" />
7373
7474 <!-- Include the newly-built files in the publish output -->
You can’t perform that action at this time.
0 commit comments