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
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,12 @@ The project uses the SPA Proxy during debugging. See [Improved single-age app (S
307
307
Note the local URL. You'll need to provide this in a debug launch profile, which is stored in your *launchSettings.json* file.
308
308
309
309
1. Open the dropdown that contains debug profiles (next to the green triangle icon or **Start** button), and choose **{ProjectName} Debug Properties**, and choose the **Docker** profile.
310
+
1. Check the **Environment variables** section and add the following environment variables if not already present:
@@ -345,6 +352,8 @@ The project uses the SPA Proxy during debugging. See [Improved single-age app (S
345
352
346
353

347
354
355
+
If you get a build error trying to write the output assemblies, you might have to stop a previously running container to unlock the files.
356
+
348
357
1. Verify that you can hit a breakpoint in client-side JavaScript code by setting a breakpoint in **ClientApp/src/components/Counter.js** in the **incrementCounter** function, and then try hitting the breakpoint by clicking the **Increment** button on the Counters page.
0 commit comments