connorsutton commited on
Commit
abfbe40
1 Parent(s): 59879a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -57,6 +57,9 @@ This project showcases a simple geospatial data converter using [Streamlit](http
57
  2. Run in terminal: `docker compose up`
58
  3. Open http://localhost:7860 in your browser
59
 
 
 
 
60
  ## Kubernetes
61
  1. Clone the repo. Navigate to cloned repo directory
62
  2. Run bash script: `/bin/bash ./kubernetes/deploy.sh`
 
57
  2. Run in terminal: `docker compose up`
58
  3. Open http://localhost:7860 in your browser
59
 
60
+ ## Run Tests (with local Docker container)
61
+ 1. Run in terminal: 'docker compose run test pytest'
62
+
63
  ## Kubernetes
64
  1. Clone the repo. Navigate to cloned repo directory
65
  2. Run bash script: `/bin/bash ./kubernetes/deploy.sh`