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

justworkshr/example-github-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • HTML 82.2%
  • Shell 9.8%
  • Dockerfile 8.0%