Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 468 Bytes

File metadata and controls

23 lines (18 loc) · 468 Bytes

Hello World Docker App (DevOps Interview Test)

This is a simple Flask + PostgreSQL app for DevOps testing. Your task is to containerize and run it using Docker.

🚀 How to Run

# Clone the repository
git clone https://github.com/Novarest/devops-test.git
cd devops-test

# Build and run
docker-compose up --build

Once running, open your browser or use curl:

curl http://localhost:5000

Expected output:

Hello, World from DB!