Skip to content

Latest commit

 

History

History

pipeline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Building the Docker image

The Docker image can be built using the following command:

docker build -t etlp:latest -f Dockerfile .

To run the Docker image, use the following command:

docker run -it --rm -p 8000:8000 etlp