Copy some files and a whole folder from host into container using a unique COPY statement in a Dockerfile?

后端 未结 0 1630
别跟我提以往
别跟我提以往 2020-12-22 04:12

I\'m running a Dockerfile with two COPY statements as such:

WORKDIR /app
COPY requirements.txt entrypoint.sh ./
COPY binaries/ ./binaries

It

相关标签:
回答
  • 消灭零回复
提交回复
热议问题