11 lines
445 B
Markdown
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.
|