Skip to content

Commit 6cfa8ba

Browse files
updated README.md
1 parent 7af8709 commit 6cfa8ba

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,7 @@ python3 -m venv venv
2323
pip install -r requirements.txt
2424
```
2525

26-
## Step 4a: Build App Locally [OPTION 1]
27-
```bash
28-
cd app/website
29-
docker build --tag cortexaai:latest .
30-
docker run -d --name cortexaai --publish 5000:5000 cortexaai
31-
cd ..
32-
cd ..
33-
```
34-
35-
## Step 4b: Deploy & Run App to Kubernetes via Helm [OPTION 2]
26+
## Step 4: Deploy & Run App to Kubernetes via Helm
3627
```bash
3728
cd app
3829
helm install website .

0 commit comments

Comments
 (0)