Description of your project.
| Env | Branch | Drush alias | URL |
|---|---|---|---|
| development | * | - | https://yoursite.docker.so/ |
| testing | dev | @dev | TBD |
| production | main | @main | TBD |
You need to have these applications installed to operate on all environments:
For the first time (new project):
make newAnd following times to create and start the environment:
make freshNOTE: Change these according to the state of your project.
This will log you inside the app container:
make shell