File tree Expand file tree Collapse file tree 4 files changed +12
-20
lines changed Expand file tree Collapse file tree 4 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:latest
22
3+ RUN apt-get update
4+ RUN apt-get install -y build-essential nodejs nodejs-legacy
5+
36COPY . /app
47
58WORKDIR /app
69
7- # Add Node.js to the container. If you don't want to wait for this to install every
8- # time you rebuild your container, consider creating an image that has it preinstalled.
9- RUN apt-get update
10- RUN apt-get install -y build-essential nodejs nodejs-legacy
11-
1210RUN ["dotnet" , "restore" ]
1311
1412RUN ["dotnet" , "build" ]
Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:latest
22
3+ RUN apt-get update
4+ RUN apt-get install -y build-essential nodejs nodejs-legacy
5+
36COPY . /app
47
58WORKDIR /app
69
7- # Add Node.js to the container. If you don't want to wait for this to install every
8- # time you rebuild your container, consider creating an image that has it preinstalled.
9- RUN apt-get update
10- RUN apt-get install -y build-essential nodejs nodejs-legacy
11-
1210RUN ["dotnet" , "restore" ]
1311
1412RUN ["dotnet" , "build" ]
Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:latest
22
3+ RUN apt-get update
4+ RUN apt-get install -y build-essential nodejs nodejs-legacy
5+
36COPY . /app
47
58WORKDIR /app
69
7- # Add Node.js to the container. If you don't want to wait for this to install every
8- # time you rebuild your container, consider creating an image that has it preinstalled.
9- RUN apt-get update
10- RUN apt-get install -y build-essential nodejs nodejs-legacy
11-
1210RUN ["dotnet" , "restore" ]
1311
1412RUN ["dotnet" , "build" ]
Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:latest
22
3+ RUN apt-get update
4+ RUN apt-get install -y build-essential nodejs nodejs-legacy
5+
36COPY . /app
47
58WORKDIR /app
69
7- # Add Node.js to the container. If you don't want to wait for this to install every
8- # time you rebuild your container, consider creating an image that has it preinstalled.
9- RUN apt-get update
10- RUN apt-get install -y build-essential nodejs nodejs-legacy
11-
1210RUN ["dotnet" , "restore" ]
1311
1412RUN ["dotnet" , "build" ]
You can’t perform that action at this time.
0 commit comments