FrankChen021 commented on pull request #11167: URL: https://github.com/apache/druid/pull/11167#issuecomment-840380751
Hi @pchang388 the `/opt/druid` under source directory is actually a symlink, and the COPY command replaces the target `/opt/druid` directory by this symbolic link. Since there's no `var` directory in source directory, COPY command could not copy `var` to the target. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
