Copy a file from host machine to container

Hi All,
I am trying to move a file from my host machine to container, via Dockerfile, any solutions???

Hi :slight_smile:

I belive this is what you’re looking for.

1 Like

I think you should read this article to understand ADD and COPY Instruction in Dockerfile:

1 Like