From 1811625e022927385c3a45567b89eba480a51476 Mon Sep 17 00:00:00 2001 From: bloombar <2209098+bloombar@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:04:11 -0500 Subject: [PATCH] stop and start for edits --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5902025..3f2ca16 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ View the app in your browser: - open a web browser and go to `http://localhost:5000` (or change `5000` to whatever port number you used for the `flask-app`.) +If you edit any of the files in the project, you will have to stop and then restart the containers, as indicated above. + ## Option 2 Alternatively, it is possible to boot up the `flask-app` separately from `mongodb`. _Note that you will not be able to edit the app code when running it this way... instructions further below show you how to set up the app in a way that allows you to edit the code and see the changes._