Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josephphyo/hopper-build-pipeline

HopperCICD Source
https://github.com/josephphyo/hopper-build-pipeline

app-repo buildkite ci circleci docker githubaction hopper-sourcecode source-code

Last synced: 4 days ago
JSON representation

HopperCICD Source

Awesome Lists containing this project

README

        

## Hopper Build Pipeline
Reference : [Stranger Things Wiki Page](https://strangerthings.fandom.com/wiki/Stranger_Things_Wiki)

![alt text](./image.png "Static Website Deployment")

#### Let's Build It!
* Download the source folder
> #wget https://github.com/phyominhtun1990/static-docker/archive/master.zip -O static-docker.zip

* Build image from Dockerfile
> #unzip static-docker.zip

> #docker build -t image_name .

* Run static web content with docker run command
> #docker run -d -p 8080:80 image_name

* On Web Browser
> http://localhost:8080