laradock icon indicating copy to clipboard operation
laradock copied to clipboard

Workspace missing project files

Open akapulka opened this issue 1 year ago • 1 comments

Description:

After rebuilding my containers I no longer can see files inside any of the containers APP_CODE_PATH_CONTAINER is set to.. / Nothing really changed in config just modified php-fpm to install chromium. When I enter var/www in workspace or any other container I only see laradock folder but nothing else even though I can see other folders while checking through wsl.

I saw similair issues and it were solved by reseting Shared drivers but wsl2 doesn't have those. Tried to remove all containers and clone fresh laradock repo but same thing. What's interesting is that once I got fresh laradock I can see laradock and laradock2 folder in /var/www inside workspace but not my project folders.

Expected Behavior:

I would like to see my project files.

akapulka avatar Jun 05 '23 10:06 akapulka

Can you try rebuild without cache?

docker compose build {your_containers} --no-cache

Maybe some confusion in docker after you rebuild.

andrekutianski avatar Jun 21 '23 01:06 andrekutianski