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: DEVELOPER_SETUP.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### With Docker Compose
6
6
7
-
The following command runs the application from the source code and binds it to port 9292 of your host.
7
+
The following command runs the application from the source code and binds it to port 9292 of your host. It mounts the source code as a volume, so changes to the code will be applied if you stop and start the containers (the app code doesn't hot reload however).
8
8
9
9
```sh
10
10
docker-compose -f docker-compose-dev-postgres.yml up --build
0 commit comments