We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Docker Compose configuration to simplify local development setup and provide containerized environment consistency for the Cypress Real World App.
docker-compose.yml
Dockerfile.frontend
Dockerfile.backend
Add new section to README.md covering:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Add Docker Compose configuration to simplify local development setup and provide containerized environment consistency for the Cypress Real World App.
Proposed Changes
docker-compose.yml
for orchestrating frontend and backend servicesTechnical Details
Dockerfile.frontend
andDockerfile.backend
using Node 22.13.0 base imageDocumentation Updates
Add new section to README.md covering:
The text was updated successfully, but these errors were encountered: