445 B
445 B
INSTRUCTIONS TO FOLLOW
ALWAYS DO
- 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.
- Use a unique reserved set of ports for this project.
NEVER DO
- Never build anything on localhost (local machine) directly without deploying the builds on Docker Desktop.
- Never use default/varying ports.