Copying files into an image
You've created an Ubuntu and python3-based image to run your data pipeline. Update your Dockerfile so your image includes the pipeline.py file in which you defined the pipeline.
This exercise is part of the course
Introduction to Docker
Exercise instructions
- To the end of the Dockerfile, add the Docker instruction, which copies the
pipeline.py
file in your current working directory (/home/repl) to the /app folder in the image you want to build.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
