Closed jaydrogers closed 10 months ago
Beta-*
No response
When someone runs the following command, Laravel will install, but the command defaults to the / path. This means the application will not install on the expected volume
/
The command should default to execute in the APP_BASE_DIR
Run this command:
docker run --rm -v $(pwd):/var/www/html -e "LOG_LEVEL=off" serversideup/php:beta-cli composer create-project laravel/laravel
I have to include /var/www/html.
/var/www/html
docker run --rm -w /var/www/html -v $(pwd):/var/www/html -e "LOG_LEVEL=off" serversideup/php:beta-cli composer create-project laravel/laravel
All
Affected Docker Images
Beta-*
Docker Labels of the affected images
No response
Current Behavior
When someone runs the following command, Laravel will install, but the command defaults to the
/
path. This means the application will not install on the expected volumeExpected Behavior
The command should default to execute in the APP_BASE_DIR
Steps To Reproduce
Run this command:
To Fix
I have to include
/var/www/html
.Host Operating System
All
Docker Version
Anything else?
No response