Skip to content
#

Dockerfile

dockerfile logo

A Dockerfile is used to build Docker Images. It is a simple text file that consists of a set of instructions or commands that is executed by an automated build process in steps from top to bottom.

Here are 342 public repositories matching this topic...

This repository contains a Jenkins pipeline configured to automate the Continuous Integration and Continuous Deployment (CI/CD) process using GitHub, Docker, and Jenkins. The pipeline is triggered by a webhook whenever changes are pushed to the repository. It leverages Docker to manage the deployment of the application to a target server.

  • Updated Nov 4, 2023
  • HTML
Followers
99 followers
Website
github.com/topics/dockerfile

Related Topics

docker docker-image