Hi. I am creating the astro project with the default wizard inside docker container and I get the message that the dir is not empty. I can't move past this step. Does the wizard provide a way to force to continue with the setup even when the dir is not empty or maybe it shows a YES or NO? For me it just shows the message in red and there are no any options displayed so I'm wandering if it's just not showing it right to me because of the docker/windows terminal/alpine trimmed distro combo or if there are no options indeed.
For context.
I am running everything (the Node, the astro) inside the container, I only have the project files dir mounted to the host so that I can edit on the host.
The dir I am creating the project in, is in fact empty when I run the wizard, the only thing that is in it - is the empty node_modules dir, that is a result of mounting that dir to an internal docker volume (that is one of the requirements for the auto reload to work with docker).
When I create the project in a temp subdir and then copy it up one level where the node_modules is also located and then run npm install - after this when I run the dev mode it errors because it can't find astro. So this workaround is not working.
So at the moment it looks like there is no Docker friendly way of setting up the project.