Skip to content

Commit 8c4798b

Browse files
committed
More notes on how Docker works
1 parent 12ca68a commit 8c4798b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Similarly, Docker is an option for both local development and test running, but
107107
docker build -t flamework .
108108
docker run -ti -p80:8081 -p443:4331 -v ~/dev/flamework:/mnt/flamework --name=flamework --rm flamework
109109

110-
Your local flamework copy should now be listening on ports `8081` and `4331`. Use `docker ps` to verify them. You'll need to edit <code>include/config.php</code> as usual.
110+
Your local flamework copy should now be listening on ports `8081` and `4331`. Use `docker ps` to verify them. You'll need to edit <code>include/config.php</code> as usual. Since you mounted your local dev flamework directory into the container, any code changes you make should be reflected immediately.
111111

112112
Once the container is running, to run tests you can do:
113113

0 commit comments

Comments
 (0)