I\'m running a Dockerfile with two COPY statements as such:
WORKDIR /app COPY requirements.txt entrypoint.sh ./ COPY binaries/ ./binaries
It