FROM diamol/base

WORKDIR /app
COPY file.txt .

CMD echo Built as multi-arch && \
    uname -a && \
    dir /B .