Closed wahidnory closed 4 years ago
Hey,
how does your folders look in the $CODE_DIRECTORY? Do they have any special characters?
Heya,
This is what it looks like
# Source code root directory
CODE_DIRECTORY="$HOME/Development/shopware"
When you cloned Shopware in $HOME/Development/shopware
. You have to set $HOME/Development
Thanks!
Changing:
# Source code root directory
CODE_DIRECTORY="$HOME/Development/shopware"
to
# Source code root directory
CODE_DIRECTORY="$HOME/Development"
Where $HOME/Development/shopware containing a clone of the shopware installation. And everything works and builds.
Thank you very much for your time and effort
Hello I'm currently trying to set this environment up on my laptop, but I'm facing an issue with the swdc up command.
What happens is when I do that I get the following error message:
When I open the /tmp/swdc-docker-compose.yml file in the _app section the image is empty. like so:
I'm working on Linux (Manjaro) with this docker version: Docker version 19.03.8-ce, build afacb8b7f0. With zsh shell.
Did I do something wrong during setup or can you maybe point me in the direction to solve this?