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.
Latihan ini adalah bagian dari kursus
Introduction to Docker
Petunjuk latihan
- To the end of the Dockerfile, add the Docker instruction, which copies the
pipeline.pyfile in your current working directory (/home/repl) to the /app folder in the image you want to build.
Latihan interaktif praktis
Ubah teori menjadi tindakan dengan salah satu latihan interaktif kami.
Mulai berolahraga