FROM alpine
COPY --exclude=*txt . /testdir
run ls /testdir
