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
git clone https://github.com/graphql-kit/graphql-voyager
cd graphql-voyager
docker compose up --abort-on-container-exit --build build-worker
fails with error:
Error response from daemon: error while creating mount source path '/path/to/graphql-voyager/worker-dist': chown /path/to/graphql-voyager/worker-dist: permission denied
workaround:
fixes the issue
ps: I do believe such change definitelly won't brake anything but will make it easier for future newcomers like me
The text was updated successfully, but these errors were encountered:
steps to reproduce
git clone https://github.com/graphql-kit/graphql-voyager cd graphql-voyager docker compose up --abort-on-container-exit --build build-worker
fails with error:
workaround:
fixes the issue
ps: I do believe such change definitelly won't brake anything but will make it easier for future newcomers like me
The text was updated successfully, but these errors were encountered: