bobbai00 commented on PR #4391: URL: https://github.com/apache/texera/pull/4391#issuecomment-4261735051
> > sure, you may adjust the CI as well. I feel '../../sql' should be avoided. Please try the symlink way and see if it works. > > I tested this by running docker compose up under bin/single-node, but this symlink way seems doesn't work. The reason could be Docker bind mounts preserve symlinks as-is rather than resolving them. Inside the container, the symlink target ../../../sql/xxx.sql resolves against the container's filesystem. > > I remember we were using '../../sql' in the past Try: `docker compose -f bin/single-node --project-directory . --env-file bin/single-node/.env up` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
