Skip to content

Commit 50a2e9d

Browse files
committed
Remove unnecessary lines
no need for nodejs
1 parent 9c8e003 commit 50a2e9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ WORKDIR /app
33
EXPOSE 5000
44

55
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
6-
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
7-
RUN apt-get install nodejs -y
86
RUN pwd && ls /
97
WORKDIR /src
108
COPY ["src/WebApi/WebApi.csproj", "src/WebApi/"]

0 commit comments

Comments
 (0)