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
Append slash to copy destination in adService Dockerfile (#1530)
As described in Docker docs:
If multiple <src> resources are specified, either directly or due to the use of a wildcard, then <dest> must be a directory, and it must end with a slash /.
Having no slash at the end of this command may make Docker build fail under certain circumstances.
Co-authored-by: Austin Parker <austin@ap2.io>
0 commit comments