You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running docker run --rm -it -v $PWD:/var/www/html ghcr.io/shopwarelabs/devcontainer/base-slim:8.3 new-shopware-setup 6.6.10.0 i get the following error:
Installation failed. Log:
Creating a "shopware/production:6.6.10.0" project at "./"
Installing shopware/production (v6.6.10.0)
Failed to download shopware/production from dist: /var/www/html/./vendor/composer does not exist and could not be created:
Now trying to download from source
- Syncing shopware/production (v6.6.10.0) into cache
- Installing shopware/production (v6.6.10.0): Cloning 937496f659 from cache
Install of shopware/production failed
In Filesystem.php line 333:
Could not delete /var/www/html/.:
when running
docker run --rm -it -v $PWD:/var/www/html ghcr.io/shopwarelabs/devcontainer/base-slim:8.3 new-shopware-setup 6.6.10.0i get the following error: