DEV Community

Discussion on: How to build a basic Docker CI/CD Pipeline with Jenkins

Collapse
 
sandeepvarmabh profile image
sandeepvarmabh

Hi Sir

thanks for your valuable info. We are trying to implement your code in ECS.

How can we define this in docker file to build the image. Since ECS only considers the image we need to define the below fix in Docker file and build image and RUN the container.

mkdir $HOME/jenkins && chown 1001:1001 $HOME/jenkins