You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/containers/container-tools-react.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -243,38 +243,38 @@ Update the Dockerfile by adding the following lines. This will copy node and npm
243
243
:::moniker-end
244
244
:::moniker range=">=vs-2022"
245
245
```Dockerfile
246
-
# escape=`
246
+
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
247
+
247
248
#Depending on the operating system of the host machines(s) that will build or run the containers, the image specified in the FROM statement may need to be changed.
248
249
#For more information, please see https://aka.ms/containercompat
249
-
FROM mcr.microsoft.com/powershell AS downloadnodejs
250
+
# escape=`
251
+
FROM mcr.microsoft.com/powershell:nanoserver-1809 AS downloadnodejs
0 commit comments