diff --git a/README.md b/README.md
index 3b3ab871959bfb92cc85659de9842d08934e3702..037e078a66ea3ff97039a29d78148db4468d5a54 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ This will build images from scratch (can take a long time)
 Now you can develop and benefit from code auto reload from both backend and frontend
 N.B. If you already built this image once, when you do changes you have to run 
 
-docker-compose build --no-cache frontend
-docker-compose build --no-cache backend
+`docker-compose -f docker-compose.yml -f docker-compose.dev.yml  build --no-cache frontend`
+`docker-compose -f docker-compose.yml -f docker-compose.dev.yml  build --no-cache backend`
 
 based on which one you changed if these changes need rebuild as for added dependencies/libraries etc.