synor/CLAUDE.md
Gulshan Yadav 4d7171f4bf a
2026-01-08 09:24:26 +05:30

11 lines
445 B
Markdown

# INSTRUCTIONS TO FOLLOW
## ALWAYS DO
1. Build/deploy changes to Docker Desktop, for all kinds of development environments, for debugging, for testing. Deploy on Docker Desktop, then use the assigned PORTS for the works/needs.
2. Use a unique reserved set of ports for this project.
## NEVER DO
1. Never build anything on localhost (local machine) directly without deploying the builds on Docker Desktop.
2. Never use default/varying ports.