#50039 closed enhancement (fixed)
Add a command for restarting the Docker development environment
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | low |
Severity: | trivial | Version: | 5.3 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
When making adjustments locally, it's not uncommon to have to stop and start the local Docker environment. Right now, it requires typing two commands. It would be great to have an npm run env:restart
command to simplify this.
Attachments (1)
Change History (10)
Note: See
TracTickets for help on using
tickets.
Just tested the new command and it works as intended. I think it will be a great addition to the Docker development environment.