Skip to content

Commit e5837e7

Browse files
author
Timothy Dodd
committed
Update Dockerfile for Node.js and Angular CLI versions
Changed working directory to `/src`. Updated Node.js setup to version 22.x and Angular CLI installation to version 20 for improved features and compatibility.
1 parent 48c4efb commit e5837e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/LogMkApi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ COPY ["LogMkCommon/LogMkCommon.csproj", "LogMkCommon/"]
1313
COPY ["LogMkWeb/logmk.esproj", "LogMkWeb/"]
1414
RUN dotnet restore "./LogMkApi/LogMkApi.csproj"
1515
# Install Node.js and Angular CLI
16-
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
16+
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
1717
&& apt-get install -y nodejs \
18-
&& npm install -g @angular/cli@18
18+
&& npm install -g @angular/cli@20
1919

2020

2121
COPY . .

0 commit comments

Comments
 (0)