Skip to content

dsf configure dockerfile

travis edited this page Jul 11, 2019 · 2 revisions

Dockerfile

You have examples of dockerfiles in cicdgen repository.

inside these folders you could find all the files that you need to use those dockerfiles. Two dockerfiles are provaided, Dockerfile and Dockerfile.ci, the first one is to compile the code and create the docker image used normally in local, and Dockerfile.ci is to use in Jenkins or similar, after building the application.

Note
Dockerfile.ci should be copied to de artifacts and renamed as Dockerfile to work. In the case or devon4ng and devon4node this is the dist folder, in case of devon4ng is on server/target folder.
Clone this wiki locally