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.
Questo esercizio fa parte del corso
Introduction to Docker
Istruzioni dell'esercizio
- 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.
Esercizio pratico interattivo
Passa dalla teoria alla pratica con uno dei nostri esercizi interattivi
Inizia esercizio