Skip to content

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

License

Notifications You must be signed in to change notification settings

alexo-bunnyshell/example-github-actions

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published