-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I didn't have a good experience to up the env and access the workspace container with docker-compose exec --user=laradock workspace bash. I had to back to laradock root folder and execute the command.
I think that if install the script globally it can be execute from laradock root folder. E.g.:
cd ~/laradock
upenv my_site
docker-compose exec --user=laradock workspace bashThe Projects.yml file should be created in the laradock root folder.
WARNING A global installer will be required using brew, apt-get, etc.
An alternative is continue the same installation and usage flow and just add instructions to README.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request