GitHunt
AL

alexo-bunnyshell/example-github-actions

A simple static site, built as docker image with Github Action

example-github-actions

A simple static site, built as docker image with Github Action

Build

docker build -f Dockerfile -t example-github-actions:0.0.1 .

docker run --rm -p 8080:80 example-github-actions:0.0.1
 docker tag 9fd2e5943361 alexobunnyshell/example-github-actions:0.0.1
 docker push alexobunnyshell/example-github-actions:0.0.1

Serve

static-web-server --port 8080 --root build

Requires

 brew install static-web-server-bin

Languages

HTML80.0%Shell10.1%Dockerfile9.9%

Contributors

MIT License
Created March 10, 2024
Updated April 19, 2024
alexo-bunnyshell/example-github-actions | GitHunt