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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Using docker is the fastest way to stand up Cypress for deployment and developme
21
21
22
22
2. Spin up app with `docker compose up -d --build`
23
23
24
-
*NOTE: comment/uncomment `- RAILS_ENV=development` in docker-compose.yml to switch between development and production environments. Development environment enables hot-reloading of code changes.*
24
+
*NOTE: To spin up Cypress development environment, with hot-reloading enabled for code changes, run `docker compose -f docker-compose.dev.yml up -d`*
0 commit comments