faint-nail-88987
05/25/2023, 8:16 PMsudo docker/sdk up
it's stuck on process Command dependencies-install [vendor/bin/console frontend:project:install-dependencies] (In progress...)
and get timeout after 600 seconds , moreover when I'm trying to reset with sudo docker/sdk boot reset
it shows "File "reset" is not accessible." . Any workaround to fix this would be appreciable .average-branch-45579
05/25/2023, 8:19 PMsudo
. If it's necessary, something is wrong with your local setup.
2. There is no command like docker/sdk boot reset
available.faint-nail-88987
05/25/2023, 8:35 PMaverage-branch-45579
05/25/2023, 8:37 PMdocker system prune -a && docker system prune --volumes
and then docker/sdk up
again.
Be careful in case you have other docker images and\or volumes, not related to Spryker.lively-receptionist-94227
05/26/2023, 12:07 PM