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 build .
Sending build context to Docker daemon 38.15MB
Step 1/2 : FROM alpine
---> a187dde48cd2
Step 2/2 : COPY a b /di\r
When using COPY with more than one source file, the destination must be a directory and end with a /
$ docker run -v `pwd`/Dockerfile:/Dockerfile rcjsuen/dockerfile-utils lint /Dockerfile
Line: 2-3
COPY a b /di\
^^^^
\
Error: When using COPY with more than one source file, the destination must be a directory and end with a / or a \
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: