Skip to content

abraham-ai/livemint

Repository files navigation

Hello world example for CI/CD

from here

# terminal window 1
docker build --tag app .
docker run -p 8000:8000 app:latest

# terminal window 2
curl localhost:8000
Hello world%