FROM alpine:3.10

WORKDIR /app
COPY file.txt .

CMD echo Built as multi-arch && \
    uname -a && \
    ls .