Skip to content

buts101/ainize-run-helloworld-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run on Ainize

Hello World Example

This application simply shows 'Hello World' on a web browser.

Docker build

docker build -t ${YOUR_DOCKER_HUB_ID}/helloworld .

Docker run

docker run -p 80:80 -d ${YOUR_DOCKER_HUB_ID}/helloworld

Now the server is available at http://localhost.

Note that the docker image can be deployed using any docker-based deploy platform (e.g. ainize.ai).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • Dockerfile 31.7%