Skip to content

akash-network/demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the image:

docker build -t demo-app .

Run container locally:

docker run --rm -p 8080:80 demo-app
open http://localhost:8080

Publish image to quay.

docker tag demo-app github.com/akash-network/demo-app
docker push github.com/akash-network/demo-app

About

A simple html page for the Akash demo

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages