mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The docs around COPY/ADD already mentioned that it will do a relative copy/add based on WORKDIR, so that part is already ok. Just needed to tweak the WORKDIR section since w/o mentioning COPY/ADD it can be misleading. Noticed by @phemmer Signed-off-by: Doug Davis <dug@us.ibm.com>