An open API service indexing awesome lists of open source software.

https://github.com/kennedy-whytech/resume-web

The repo is to give you a sample of how to create a resume web docker image via a Jenkins server.
https://github.com/kennedy-whytech/resume-web

automation css docker dockerized html javascript jenkins jenkins-pipeline jenkinsfile

Last synced: about 1 month ago
JSON representation

The repo is to give you a sample of how to create a resume web docker image via a Jenkins server.

Awesome Lists containing this project

README

          

# resume-web
The repo is to give you a sample of how to create a resume web docker image via a Jenkins server. Note that it's not compulsory to setup the automation(Jenkins), in order to build the image. To do it locally:
```
docker build -t {your_repo}/resume-nginx .
docker run {your_repo}/resume-nginx -p 30001:30001
```

To efficiently deploy the docker image in K8S, I have another repo to achieve that with Helm. https://github.com/kennedy-whytech/resume-nginx-helm