Update sk1/README.md

This commit is contained in:
Hafzal Ahamed Hasan Mohamed 2025-05-06 16:49:59 +00:00
parent 2ea5ec353c
commit ba25d2f10b

View File

@ -16,6 +16,7 @@ This README documents all steps taken to deploy a Dockerized Flask + PostgreSQL
## 📦 Step 1: Build and Push Docker Image
bash
# From project root with Dockerfile and app/ folder
cd ~/mypro/sk1
@ -23,10 +24,10 @@ docker build -t flask-app:latest .
docker tag flask-app:latest 151204/flask-app:latest
docker login
docker push 151204/flask-app:latest
---
## ☁ Step 2: Create AKS Cluster