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
$ docker run -v `pwd`/Dockerfile:/Dockerfile rcjsuen/dockerfile-utils lint /Dockerfile
Line: 3
3.txt #4.txt /dir/
^^^^^
Error: When using COPY with more than one source file, the destination must be a directory and end with a / or a \
The #4.txt argument ends up causing it and all subsequent arguments to be ignored. The validator is then unable to find the /dir/ argument and flags a false warning.
The text was updated successfully, but these errors were encountered:
The
#4.txt
argument ends up causing it and all subsequent arguments to be ignored. The validator is then unable to find the/dir/
argument and flags a false warning.The text was updated successfully, but these errors were encountered: