Skip to content

Commit b9de759

Browse files
committed
docs: update developer setup
1 parent 8006912 commit b9de759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER_SETUP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### With Docker Compose
66

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).
88

99
```sh
1010
docker-compose -f docker-compose-dev-postgres.yml up --build

0 commit comments

Comments
 (0)