FROM scratch
WORKDIR /subdir
COPY file1.txt /
COPY file2.txt /subdir
