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
PR #424 moved to a ADD wildcard approach, and then removed the Dockerfile. There were two problems with this:
* ADD seems to behave weirdly regarding recursion. /opt/docker and /docker were both added to the output.
* I had incorrectly set the current working directory to the parent of the context directory, where it really should be the context directory itself. This only worked because there was a Dockerfile in the parent also.
0 commit comments